search for: qcs

Displaying 2 results from an estimated 2 matches for "qcs".

Did you mean: cs
2019 Jun 17
2
Running distributed thinLTO without thin archives.
...ror in the optimizer when clang tries to open a nonexistent file: clang++ -flto=thin -Xclang -fno-lto-unit -O3 -c main.cpp -o main.o clang++ -flto=thin -Xclang -fno-lto-unit -O3 -c lib/lib.cpp -o lib/lib.o clang++ -flto=thin -Xclang -fno-lto-unit -O3 -c src/lib.cpp -o src/lib.o llvm-ar -format gnu qcs lib.a lib/lib.o src/lib.o clang++ -flto=thin -o index -O3 -Wl,-plugin-opt,thinlto-index-only=thinlto.objects -Wl,-plugin-opt,thinlto-emit-imports-files main.o lib.a clang++ -c -x ir main.o -O3 -flto=thin -o main-native.o -fthinlto-index=main.o.thinlto.bc Error loading imported file 'lib.a.llvm...
2019 Jun 18
2
Running distributed thinLTO without thin archives.
...gt; nonexistent file: >> >> clang++ -flto=thin -Xclang -fno-lto-unit -O3 -c main.cpp -o main.o >> clang++ -flto=thin -Xclang -fno-lto-unit -O3 -c lib/lib.cpp -o lib/lib.o >> clang++ -flto=thin -Xclang -fno-lto-unit -O3 -c src/lib.cpp -o src/lib.o >> llvm-ar -format gnu qcs lib.a lib/lib.o src/lib.o >> clang++ -flto=thin -o index -O3 >> -Wl,-plugin-opt,thinlto-index-only=thinlto.objects >> -Wl,-plugin-opt,thinlto-emit-imports-files main.o lib.a >> clang++ -c -x ir main.o -O3 -flto=thin -o main-native.o >> -fthinlto-index=main.o.thinlto.b...