Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b21c11d655027ae439be83af84f9bce3ab0f728b
/
.
/
test
/
Driver
/
gold-lto.c
blob: 05ac27aab9fb8ad8c2bf46e1d5a26b2cf9647a0a [
file
] [
log
] [
blame
]
// RUN: touch %t.o
// RUN: %clang -target x86_64-pc-linux-gnu -### %t.o -O4 -Wl,-plugin-opt=foo 2> %t.log
// RUN: FileCheck %s < %t.log
// CHECK: "-plugin" "{{.*}}/LLVMgold.so"
// CHECK: "-plugin-opt=foo"