Home | History | Annotate | Download | only in Driver
      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"
      6 // CHECK: "-plugin-opt=foo"
      7