Skip to content

Commit 0451a31

Browse files
authored
Merge pull request #16885 from aschwaighofer/test_datalayout_review_feeedback
2 parents 1a317f4 + 81bac05 commit 0451a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Frontend/test_datalayout.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
; RUN: %swiftc_driver_plain -frontend -target x86_64-apple-darwin10 -emit-object %s
1+
; RUN: %swift -target x86_64-apple-darwin10 -emit-object %s
22

33
; REQUIRES: CPU=x86_64
44

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

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

0 commit comments

Comments
 (0)