Home
last modified time | relevance | path

Searched refs:thinlto_prefix_replace (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dthinlto-prefix-replace.ll4 ; RUN: opt -module-summary %s -o %t/oldpath/thinlto_prefix_replace.o
8 ; RUN: rm -f %t/newpath/thinlto_prefix_replace.o.thinlto.bc
9 …lace="%t/oldpath/;%t/newpath/" -shared %t/oldpath/thinlto_prefix_replace.o -o %t/thinlto_prefix_re…
10 ; RUN: ls %t/newpath/thinlto_prefix_replace.o.thinlto.bc
13 ; RUN: rm -f %t/newpath/thinlto_prefix_replace.o.thinlto.bc
14 …lace="%t/oldpath/;%t/newpath/" -shared %t/oldpath/thinlto_prefix_replace.o -o %t/thinlto_prefix_re…
15 ; RUN: ls %t/newpath/thinlto_prefix_replace.o.thinlto.bc
18 ; RUN: rm -f %t/newpath/thinlto_prefix_replace.o.thinlto.bc
19 …y --plugin-opt=thinlto-prefix-replace=abc:def -shared %t/oldpath/thinlto_prefix_replace.o -o /dev/…
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dthinlto_prefix_replace.ll3 ; RUN: opt -module-summary %s -o %t/oldpath/thinlto_prefix_replace.o
6 ; RUN: rm -f %t/newpath/thinlto_prefix_replace.o.thinlto.bc
11 ; RUN: -shared %t/oldpath/thinlto_prefix_replace.o -o %t/thinlto_prefix_replace
12 ; RUN: ls %t/newpath/thinlto_prefix_replace.o.thinlto.bc
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp186 static std::string thinlto_prefix_replace; variable
257 thinlto_prefix_replace = std::string(opt); in process_plugin_option()
258 if (thinlto_prefix_replace.find(';') == std::string::npos) in process_plugin_option()
867 StringRef PrefixReplace = options::thinlto_prefix_replace; in getThinLTOOldAndNewPrefix()
/llvm-project-15.0.7/lld/COFF/
H A DOptions.td251 def thinlto_prefix_replace: P<