[clang-cl] test that -Xlinker works, update supported options docs (#187395)
closes #119179
This commit is contained in:
parent
18ed1a9414
commit
d641186cb6
File diff suppressed because it is too large
Load Diff
@ -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 /Tc%s -fuse-ld=lld -Xlinker --version -### 2>&1 \
|
||||
// RUN: | FileCheck %s --check-prefix=XLINKER --implicit-check-not="warning:"
|
||||
// XLINKER: lld-link
|
||||
// XLINKER: --version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user