We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a317f4 + 81bac05 commit 0451a31Copy full SHA for 0451a31
test/Frontend/test_datalayout.ll
@@ -1,10 +1,10 @@
1
-; RUN: %swiftc_driver_plain -frontend -target x86_64-apple-darwin10 -emit-object %s
+; RUN: %swift -target x86_64-apple-darwin10 -emit-object %s
2
3
; REQUIRES: CPU=x86_64
4
5
; Make sure we update the datalayout with the current clang's. clang knows
6
; better about the ABI intricacies.
7
-; 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
8
; string below.
9
10
target datalayout = "e-m:o-i64:128-f80:128-n8:16:32:64-S128"
0 commit comments