Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/Frontend/test_datalayout.ll
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
; RUN: %swiftc_driver_plain -frontend -target x86_64-apple-darwin10 -emit-object %s
; RUN: %swift -target x86_64-apple-darwin10 -emit-object %s

; REQUIRES: CPU=x86_64

; Make sure we update the datalayout with the current clang's. clang knows
; better about the ABI intricacies.
; This test case woud crash if we did not do this because of i64:128 in the
; This test case would crash if we did not do this because of i64:128 in the
; string below.

target datalayout = "e-m:o-i64:128-f80:128-n8:16:32:64-S128"
Expand Down