Rafael Espindola | c515154 | 2012-04-09 23:53:34 +0000 | [diff] [blame] | 1 | // RUN: touch %t.o |
2 | // RUN: %clang -target x86_64-pc-linux-gnu -### %t.o -O4 -Wl,-plugin-opt=foo 2> %t.log | ||||
3 | // RUN: FileCheck %s < %t.log | ||||
4 | |||||
5 | // CHECK: "-plugin" "{{.*}}/LLVMgold.so" | ||||
Rafael Espindola | 0e9bf71 | 2012-04-10 00:13:42 +0000 | [diff] [blame] | 6 | // CHECK: "-plugin-opt=foo" |