projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ce7148
)
Silence warning -Wmissing-sysroot.
author
Akira Hatanaka
<ahatanaka@apple.com>
Mon, 31 Jul 2017 22:46:00 +0000
(22:46 +0000)
committer
Akira Hatanaka
<ahatanaka@apple.com>
Mon, 31 Jul 2017 22:46:00 +0000
(22:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309636
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Driver/darwin-version.c
patch
|
blob
|
history
diff --git
a/test/Driver/darwin-version.c
b/test/Driver/darwin-version.c
index 2aed4190c5b4dfa7341eb1b15a41e762c5afde25..0205e093caaf38ab7150c26568e850bbbad1af20 100644
(file)
--- a/
test/Driver/darwin-version.c
+++ b/
test/Driver/darwin-version.c
@@
-26,7
+26,7
@@
// RUN: %clang -target armv7-apple-ios11.1 -c -### %s 2>&1 | \
// RUN: FileCheck --check-prefix=CHECK-VERSION-IOS7 %s
-// RUN: %clang -arch armv7 -isysroot SDKs/iPhoneOS11.0.sdk -c -### %s 2>&1 | \
+// RUN: %clang -arch armv7 -
Wno-missing-sysroot -
isysroot SDKs/iPhoneOS11.0.sdk -c -### %s 2>&1 | \
// RUN: FileCheck --check-prefix=CHECK-VERSION-IOS7 %s
// CHECK-VERSION-IOS7: thumbv7-apple-ios10.99.99