summaryrefslogtreecommitdiffstats
path: root/lld/test/mach-o/twolevel_namespace_undef_warning_suppress.yaml
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-02-16 21:16:57 +0000
committerRui Ueyama <ruiu@google.com>2018-02-16 21:16:57 +0000
commit5c33bbed583a1e17299f7162118a4bebbe9ce155 (patch)
tree4bca3fc937aa057b94ea90262fec4735625bcb7f /lld/test/mach-o/twolevel_namespace_undef_warning_suppress.yaml
parent8826d24576f06167ddbb3b51ada10cbadfa0cf6b (diff)
downloadbcm5719-llvm-5c33bbed583a1e17299f7162118a4bebbe9ce155.tar.gz
bcm5719-llvm-5c33bbed583a1e17299f7162118a4bebbe9ce155.zip
Replace -flavor {gnu,darwin} with ld64.lld or ld.lld.
llvm-svn: 325390
Diffstat (limited to 'lld/test/mach-o/twolevel_namespace_undef_warning_suppress.yaml')
-rw-r--r--lld/test/mach-o/twolevel_namespace_undef_warning_suppress.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/mach-o/twolevel_namespace_undef_warning_suppress.yaml b/lld/test/mach-o/twolevel_namespace_undef_warning_suppress.yaml
index 1ac704cdf95..6d9eaddacf9 100644
--- a/lld/test/mach-o/twolevel_namespace_undef_warning_suppress.yaml
+++ b/lld/test/mach-o/twolevel_namespace_undef_warning_suppress.yaml
@@ -1,6 +1,6 @@
-# RUN: not lld -flavor darwin -arch x86_64 -macosx_version_min 10.9 -twolevel_namespace -undefined warning %s -o %t %p/Inputs/x86_64/libSystem.yaml 2>&1 | \
+# RUN: not ld64.lld -arch x86_64 -macosx_version_min 10.9 -twolevel_namespace -undefined warning %s -o %t %p/Inputs/x86_64/libSystem.yaml 2>&1 | \
# RUN: FileCheck --check-prefix=CHECK-WARNING %s
-# RUN: not lld -flavor darwin -arch x86_64 -macosx_version_min 10.9 -twolevel_namespace -undefined suppress %s -o %t %p/Inputs/x86_64/libSystem.yaml 2>&1 | \
+# RUN: not ld64.lld -arch x86_64 -macosx_version_min 10.9 -twolevel_namespace -undefined suppress %s -o %t %p/Inputs/x86_64/libSystem.yaml 2>&1 | \
# RUN: FileCheck --check-prefix=CHECK-SUPPRESS %s
--- !native
OpenPOWER on IntegriCloud