Skip to content

Address review feedback for test/Frontend/test_datalayout.ll #16885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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