================
@@ -74,3 +74,8 @@
// RUN: %clang_cl --target=x86_64-unknown-windows-msvc /Tc%s -flto
-fuse-ld=lld -### -fprofile-sample-use=%S/Inputs/file.prof 2>&1 | FileCheck
-check-prefix=CHECK-SAMPLE-PROFILE %s
// CHECK-SAMPLE-PROFILE: "-lto-sample-profile:{{.*}}/file.prof"
+
+// RUN: %clang_cl -fuse-ld=lld -Xlinker --version -### 2>&1 \
+// RUN: | FileCheck %s --check-prefix=XLINKER --implicit-check-not="warning:"
+
+// XLINKER: TODO
----------------
lucascolley wrote:
thanks, pushed! Could you run CI?
https://github.com/llvm/llvm-project/pull/187395
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits