Skip to content

Instantly share code, notes, and snippets.

@wicast
Created July 3, 2021 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wicast/62f4d1a18d5e690ca47c8f8fa01aa814 to your computer and use it in GitHub Desktop.
Save wicast/62f4d1a18d5e690ca47c8f8fa01aa814 to your computer and use it in GitHub Desktop.
wicast@wicastdeMac-mini build % ninja check-profile
[0/1] Running the profile tests
llvm-lit: /Users/wicast/Third-part/llvm-project/llvm/utils/lit/lit/util.py:399: note: using SDKROOT: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk'
llvm-lit: /Users/wicast/Third-part/llvm-project/llvm/utils/lit/lit/util.py:399: note: using SDKROOT: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk'
llvm-lit: /Users/wicast/Third-part/llvm-project/compiler-rt/test/lit.common.cfg.py:599: warning: Throttling sanitizer tests that require shadow memory on Darwin 64bit
llvm-lit: /Users/wicast/Third-part/llvm-project/llvm/utils/lit/lit/util.py:399: note: using SDKROOT: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk'
llvm-lit: /Users/wicast/Third-part/llvm-project/compiler-rt/test/lit.common.cfg.py:599: warning: Throttling sanitizer tests that require shadow memory on Darwin 64bit
FAIL: Profile-arm64 :: instrprof-darwin-dead-strip.c (64 of 321)
******************** TEST 'Profile-arm64 :: instrprof-darwin-dead-strip.c' FAILED ********************
Script:
--
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -fprofile-instr-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.profraw -fcoverage-mapping -mllvm -enable-name-compression=false -DCODE=1 -Wl,-dead_strip -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp
: 'RUN: at line 6'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.profraw
: 'RUN: at line 7'; llvm-profdata show --all-functions /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PROF
: 'RUN: at line 8'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp -instr-profile /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=COV
: 'RUN: at line 9'; nm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=NM
: 'RUN: at line 10'; otool -s __DATA __llvm_prf_names /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PRF_NAMES
: 'RUN: at line 11'; otool -s __DATA __llvm_prf_cnts /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PRF_CNTS
: 'RUN: at line 13'; env DYLD_LIBRARY_PATH=/Users/wicast/Third-part/llvm-project/build/./lib /Users/wicast/Third-part/llvm-project/build/./bin/clang -flto -fprofile-instr-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto.profraw -fcoverage-mapping -mllvm -enable-name-compression=false -DCODE=1 -Wl,-dead_strip -flto -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c
: 'RUN: at line 14'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto
: 'RUN: at line 15'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto.profraw
: 'RUN: at line 16'; llvm-profdata show --all-functions /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PROF
: 'RUN: at line 17'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto -instr-profile /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=COV
: 'RUN: at line 18'; nm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=NM
: 'RUN: at line 19'; otool -s __DATA __llvm_prf_names /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PRF_NAMES
: 'RUN: at line 20'; otool -s __DATA __llvm_prf_cnts /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.lto | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PRF_CNTS
: 'RUN: at line 28'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -fprofile-instr-generate -fcoverage-mapping -Wl,-dead_strip -dynamiclib -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.nocode.dylib /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c
: 'RUN: at line 29'; nm -jgU /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.nocode.dylib > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.nocode.syms
: 'RUN: at line 30'; nm -jgU /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp | grep -vE "main|foo|mh_execute_header" > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.code.syms
: 'RUN: at line 31'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.nocode.syms /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp.code.syms
--
Exit Code: 1
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c:61:20: error: PRF_NAMES-NEXT: expected string not found in input
// PRF_NAMES-NEXT: {{.*}} 08 00 66 6f 6f 01 6d 61 69 6e{{ +$}}
^
<stdin>:2:46: note: scanning from here
Contents of (__DATA,__llvm_prf_names) section
^
<stdin>:3:6: note: possible intended match here
0000000100014030 6f660008 616d016f 69 6e
^
Input file: <stdin>
Check file: /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64/Output/instrprof-darwin-dead-strip.c.tmp:
2: Contents of (__DATA,__llvm_prf_names) section
next:61'0 X error: no match found
3: 0000000100014030 6f660008 616d016f 69 6e
next:61'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
next:61'1 ? possible intended match
>>>>>>
--
********************
FAIL: Profile-x86_64h :: ContinuousSyncMode/basic.c (208 of 321)
******************** TEST 'Profile-x86_64h :: ContinuousSyncMode/basic.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -fcoverage-mapping -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/basic.c.tmp.exe /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/basic.c
: 'RUN: at line 4'; echo "garbage" > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/basic.c.tmp.profraw
: 'RUN: at line 5'; env LLVM_PROFILE_FILE="%c/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/basic.c.tmp.profraw" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/basic.c.tmp.exe
: 'RUN: at line 6'; llvm-profdata show --counts --all-functions /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/basic.c.tmp.profraw | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/basic.c -check-prefix=CHECK-COUNTS
: 'RUN: at line 7'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/basic.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/basic.c.tmp.profraw
: 'RUN: at line 8'; llvm-cov report /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/basic.c.tmp.exe -instr-profile /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/basic.c.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/basic.c -check-prefix=CHECK-COVERAGE
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/basic.c.tmp.exe: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: ContinuousSyncMode/get-filename.c (210 of 321)
******************** TEST 'Profile-x86_64h :: ContinuousSyncMode/get-filename.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp.exe /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/get-filename.c
: 'RUN: at line 4'; env LLVM_PROFILE_FILE="%c/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp.profraw" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp.exe /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp.profraw
: 'RUN: at line 5'; env LLVM_PROFILE_FILE="/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp%c.profraw" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp.exe /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp.profraw
: 'RUN: at line 6'; env LLVM_PROFILE_FILE="/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp.profraw%c" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp.exe /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp.profraw
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/get-filename.c.tmp.exe: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: ContinuousSyncMode/darwin-proof-of-concept.c (211 of 321)
******************** TEST 'Profile-x86_64h :: ContinuousSyncMode/darwin-proof-of-concept.c' FAILED ********************
Script:
--
: 'RUN: at line 10'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -g -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/darwin-proof-of-concept.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/darwin-proof-of-concept.c -Wl,-sectalign,__DATA,__pcnts,0x4000 -Wl,-sectalign,__DATA,__pdata,0x4000
: 'RUN: at line 15'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/darwin-proof-of-concept.c.tmp create /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/darwin-proof-of-concept.c.tmp.tmpfile
: 'RUN: at line 16'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/darwin-proof-of-concept.c.tmp validate /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/darwin-proof-of-concept.c.tmp.tmpfile
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/darwin-proof-of-concept.c.script: line 2: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/darwin-proof-of-concept.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: ContinuousSyncMode/image-with-no-counters.c (213 of 321)
******************** TEST 'Profile-x86_64h :: ContinuousSyncMode/image-with-no-counters.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; echo "static void dead_code(void) {}" > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/image-with-no-counters.c.tmp.dso.c
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -fcoverage-mapping -O3 -dynamiclib -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/image-with-no-counters.c.tmp.dso.dylib /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/image-with-no-counters.c.tmp.dso.c
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -fcoverage-mapping -O3 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/image-with-no-counters.c.tmp.exe /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/image-with-no-counters.c /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/image-with-no-counters.c.tmp.dso.dylib
: 'RUN: at line 6'; env LLVM_PROFILE_FILE="%c/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/image-with-no-counters.c.tmp.profraw" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/image-with-no-counters.c.tmp.exe 2>&1 | count 0
: 'RUN: at line 7'; llvm-profdata show --counts --all-functions /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/image-with-no-counters.c.tmp.profraw | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/image-with-no-counters.c
--
Exit Code: 1
Command Output (stderr):
--
Expected 0 lines, got 1.
--
********************
FAIL: Profile-x86_64h :: ContinuousSyncMode/multiple-DSOs.c (214 of 321)
******************** TEST 'Profile-x86_64h :: ContinuousSyncMode/multiple-DSOs.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; echo "void dso1(void) {}" > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.dso1.c
: 'RUN: at line 4'; echo "void dso2(void) {}" > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.dso2.c
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -dynamiclib -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.dso1.dylib /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.dso1.c
: 'RUN: at line 6'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -dynamiclib -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.dso2.dylib /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.dso2.c
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.exe /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/multiple-DSOs.c /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.dso1.dylib /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.dso2.dylib
: 'RUN: at line 8'; env LLVM_PROFILE_FILE="%c/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.profraw" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.exe 2>&1 | count 0
: 'RUN: at line 9'; llvm-profdata show --counts --all-functions /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/multiple-DSOs.c.tmp.profraw | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/multiple-DSOs.c
--
Exit Code: 1
Command Output (stderr):
--
Expected 0 lines, got 1.
--
********************
FAIL: Profile-x86_64h :: ContinuousSyncMode/pid-substitution.c (216 of 321)
******************** TEST 'Profile-x86_64h :: ContinuousSyncMode/pid-substitution.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; rm -rf /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/pid-substitution.c.tmp.dir && mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/pid-substitution.c.tmp.dir
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/pid-substitution.c.tmp.exe /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/pid-substitution.c
: 'RUN: at line 7'; env LLVM_PROFILE_FILE="/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/pid-substitution.c.tmp.dir/%c-%p" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/pid-substitution.c.tmp.exe
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/pid-substitution.c.tmp.exe: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: ContinuousSyncMode/set-file-object.c (217 of 321)
******************** TEST 'Profile-x86_64h :: ContinuousSyncMode/set-file-object.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-file-object.c.tmp.exe /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c
: 'RUN: at line 4'; env LLVM_PROFILE_FILE="%c/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-file-object.c.tmp.profraw" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-file-object.c.tmp.exe /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-file-object.c.tmp.bad 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c
--
Exit Code: 1
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c:6:11: error: CHECK: expected string not found in input
// CHECK: __llvm_profile_set_file_object(fd={{[0-9]+}}) not supported
^
<stdin>:1:1: note: scanning from here
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-file-object.c.tmp.exe: Bad CPU type in executable
^
<stdin>:1:111: note: possible intended match here
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-file-object.c.tmp.exe: Bad CPU type in executable
^
Input file: <stdin>
Check file: /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-file-object.c.tmp.exe: Bad CPU type in executable
check:6'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
check:6'1 ? possible intended match
>>>>>>
--
********************
FAIL: Profile-x86_64h :: ContinuousSyncMode/set-filename.c (246 of 321)
******************** TEST 'Profile-x86_64h :: ContinuousSyncMode/set-filename.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-filename.c.tmp.exe /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/set-filename.c
: 'RUN: at line 4'; env LLVM_PROFILE_FILE="%c/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-filename.c.tmp.profraw" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-filename.c.tmp.exe /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-filename.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-filename.c.tmp.bad
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/set-filename.c.tmp.exe: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: ContinuousSyncMode/online-merging.c (247 of 321)
******************** TEST 'Profile-x86_64h :: ContinuousSyncMode/online-merging.c' FAILED ********************
Script:
--
: 'RUN: at line 6'; rm -rf /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir && mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir && cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir
: 'RUN: at line 9'; echo "void dso1(void) {}" > dso1.c
: 'RUN: at line 10'; echo "void dso2(void) {}" > dso2.c
: 'RUN: at line 11'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -dynamiclib -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/dso1.dylib dso1.c -mllvm -instrprof-atomic-counter-update-all=1
: 'RUN: at line 12'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -dynamiclib -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/dso2.dylib dso2.c -mllvm -instrprof-atomic-counter-update-all=1
: 'RUN: at line 13'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -o main.exe /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/online-merging.c /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/dso1.dylib /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/dso2.dylib -mllvm -instrprof-atomic-counter-update-all=1
: 'RUN: at line 18'; env LLVM_PROFILE_FILE="/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/profdir/%m%c.profraw" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/main.exe nospawn
: 'RUN: at line 19'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/profdir
: 'RUN: at line 20'; llvm-profdata show --counts --all-functions /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/online-merging.c -check-prefix=ROUND1
: 'RUN: at line 42'; env LLVM_PROFILE_FILE="/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/profdir/%m%c.profraw" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/main.exe spawn 'LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/profdir/%m%c.profraw'
: 'RUN: at line 43'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/profdir
: 'RUN: at line 44'; llvm-profdata show --counts --all-functions /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/online-merging.c -check-prefix=ROUND2
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/ContinuousSyncMode/Output/online-merging.c.tmp.dir/main.exe: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/gcov-execlp.c (248 of 321)
******************** TEST 'Profile-x86_64h :: Posix/gcov-execlp.c' FAILED ********************
Script:
--
: 'RUN: at line 4'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-execlp.c.tmp.d && cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-execlp.c.tmp.d
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-execlp.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-execlp.c.tmp
: 'RUN: at line 6'; test -f gcov-execlp.gcno
: 'RUN: at line 7'; rm -f gcov-execlp.gcda && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-execlp.c.tmp
: 'RUN: at line 8'; llvm-cov gcov -t gcov-execlp.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-execlp.c --check-prefixes=CHECK,EXECLP
: 'RUN: at line 10'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -DEXECVP /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-execlp.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-execlp.c.tmp
: 'RUN: at line 11'; rm -f gcov-execlp.gcda && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-execlp.c.tmp
: 'RUN: at line 12'; llvm-cov gcov -t gcov-execlp.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-execlp.c --check-prefixes=CHECK,EXECVP
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-execlp.c.script: line 4: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-execlp.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/gcov-fork.c (249 of 321)
******************** TEST 'Profile-x86_64h :: Posix/gcov-fork.c' FAILED ********************
Script:
--
: 'RUN: at line 4'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-fork.c.tmp.d && cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-fork.c.tmp.d
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-fork.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-fork.c.tmp
: 'RUN: at line 6'; test -f gcov-fork.gcno
: 'RUN: at line 8'; rm -f gcov-fork.gcda && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-fork.c.tmp
: 'RUN: at line 9'; llvm-cov gcov -t gcov-fork.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-fork.c
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-fork.c.script: line 4: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-fork.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/gcov-dlopen.c (252 of 321)
******************** TEST 'Profile-x86_64h :: Posix/gcov-dlopen.c' FAILED ********************
Script:
--
: 'RUN: at line 4'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-dlopen.c.tmp.d && cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-dlopen.c.tmp.d
: 'RUN: at line 6'; echo 'void func1(int k) {}' > func1.c
: 'RUN: at line 7'; echo 'void func2(int k) {}' > func2.c
: 'RUN: at line 8'; echo 'void func3(int k) {}' > func3.c
: 'RUN: at line 9'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -fPIC -shared func1.c -o func1.so
: 'RUN: at line 10'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -fPIC -shared func2.c -o func2.so
: 'RUN: at line 11'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -fPIC -shared func3.c -o func3.so
: 'RUN: at line 12'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -fPIC -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-dlopen.c.tmp.d /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-dlopen.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-dlopen.c.tmp
: 'RUN: at line 15'; rm -f gcov-dlopen.gcda func1.gcda func2.gcda
: 'RUN: at line 16'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-dlopen.c.tmp
: 'RUN: at line 17'; llvm-cov gcov -t gcov-dlopen.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-dlopen.c
: 'RUN: at line 18'; llvm-cov gcov -t func1.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-dlopen.c --check-prefix=FUNC1
: 'RUN: at line 19'; llvm-cov gcov -t func2.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-dlopen.c --check-prefix=FUNC2
: 'RUN: at line 25'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DUSE_LIB3 --coverage -fPIC -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-dlopen.c.tmp.d /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-dlopen.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-dlopen.c.tmp
: 'RUN: at line 26'; rm -f gcov-dlopen.gcda func1.gcda func2.gcda func3.gcda
: 'RUN: at line 27'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-dlopen.c.tmp
: 'RUN: at line 28'; llvm-cov gcov -t gcov-dlopen.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-dlopen.c --check-prefix=LIB3
: 'RUN: at line 29'; llvm-cov gcov -t func1.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-dlopen.c --check-prefix=FUNC1
: 'RUN: at line 30'; llvm-cov gcov -t func2.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-dlopen.c --check-prefix=FUNC2
: 'RUN: at line 31'; llvm-cov gcov -t func3.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/gcov-dlopen.c --check-prefix=FUNC3
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-dlopen.c.script: line 10: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/gcov-dlopen.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/instrprof-get-filename-merge-mode.c (255 of 321)
******************** TEST 'Profile-x86_64h :: Posix/instrprof-get-filename-merge-mode.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -fPIC -shared -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-get-filename-merge-mode.c.tmp.dso /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-get-filename-dso.c
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-get-filename-merge-mode.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/instrprof-get-filename-merge-mode.c /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-get-filename-merge-mode.c.tmp.dso
: 'RUN: at line 5'; env LLVM_PROFILE_FILE="/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-get-filename-merge-mode.c.tmp-%m.profraw" /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-get-filename-merge-mode.c.tmp
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-get-filename-merge-mode.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/instrprof-gcov-parallel.test (256 of 321)
******************** TEST 'Profile-x86_64h :: Posix/instrprof-gcov-parallel.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-gcov-parallel.test.tmp.d
: 'RUN: at line 2'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-gcov-parallel.test.tmp.d
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-gcov-parallel.test.tmp.driver /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-gcov-parallel.driver.c
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-gcov-parallel.test.tmp.target /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-gcov-parallel.target.c
: 'RUN: at line 6'; test -f instrprof-gcov-parallel.target.gcno
: 'RUN: at line 8'; rm -f instrprof-gcov-parallel.target.gcda
: 'RUN: at line 9'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-gcov-parallel.test.tmp.driver /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-gcov-parallel.test.tmp.target
: 'RUN: at line 10'; llvm-cov gcov instrprof-gcov-parallel.target.gcda
: 'RUN: at line 11'; FileCheck --input-file instrprof-gcov-parallel.target.c.gcov /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-gcov-parallel.test.script: line 7: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-gcov-parallel.test.tmp.driver: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/instrprof-dynamic-one-shared.test (257 of 321)
******************** TEST 'Profile-x86_64h :: Posix/instrprof-dynamic-one-shared.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp.d
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp.d/a.shared -fPIC -shared /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-a.cpp
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-shared -fPIC -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp.d /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp.d/a.shared /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-b.cpp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-main.cpp
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-static /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-a.cpp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-b.cpp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-main.cpp
: 'RUN: at line 7'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-static.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-static
: 'RUN: at line 8'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-shared.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-shared
: 'RUN: at line 10'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-static.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-static.profraw
: 'RUN: at line 11'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-shared.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-shared.profraw
: 'RUN: at line 13'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-static.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-a.static.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-a.cpp
: 'RUN: at line 14'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-shared.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-a.shared.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-a.cpp
: 'RUN: at line 15'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-a.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-a.shared.ll
: 'RUN: at line 17'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-static.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-b.static.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-b.cpp
: 'RUN: at line 18'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-shared.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-b.shared.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-b.cpp
: 'RUN: at line 19'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-b.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-b.shared.ll
: 'RUN: at line 21'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-static.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-main.static.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-main.cpp
: 'RUN: at line 22'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-shared.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-main.shared.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-main.cpp
: 'RUN: at line 23'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-main.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-main.shared.ll
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-one-shared.test.tmp-static: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/instrprof-visibility.cpp (262 of 321)
******************** TEST 'Profile-x86_64h :: Posix/instrprof-visibility.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -fcoverage-mapping /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/Inputs/instrprof-visibility-helper.cpp -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-visibility.cpp.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/instrprof-visibility.cpp
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-visibility.cpp.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-visibility.cpp.tmp
: 'RUN: at line 3'; llvm-profdata merge /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-visibility.cpp.tmp.profraw -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-visibility.cpp.tmp.profdata
: 'RUN: at line 4'; llvm-profdata show --all-functions /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-visibility.cpp.tmp.profraw | FileCheck -allow-deprecated-dag-overlap /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/instrprof-visibility.cpp --check-prefix=PROFILE
: 'RUN: at line 5'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-visibility.cpp.tmp -instr-profile=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-visibility.cpp.tmp.profdata | FileCheck -allow-deprecated-dag-overlap /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/instrprof-visibility.cpp --check-prefix=COV
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-visibility.cpp.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/instrprof-dynamic-two-shared.test (263 of 321)
******************** TEST 'Profile-x86_64h :: Posix/instrprof-dynamic-two-shared.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp.d
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp.d/a.shared -fPIC -shared /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-a.cpp
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp.d/b.shared -fPIC -shared /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-b.cpp
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-shared -fPIC -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp.d /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp.d/a.shared /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp.d/b.shared /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-main.cpp
: 'RUN: at line 6'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-static /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-a.cpp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-b.cpp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-main.cpp
: 'RUN: at line 8'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-static.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-static
: 'RUN: at line 9'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-shared.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-shared
: 'RUN: at line 11'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-static.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-static.profraw
: 'RUN: at line 12'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-shared.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-shared.profraw
: 'RUN: at line 14'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-static.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-a.static.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-a.cpp
: 'RUN: at line 15'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-shared.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-a.shared.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-a.cpp
: 'RUN: at line 16'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-a.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-a.shared.ll
: 'RUN: at line 18'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-static.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-b.static.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-b.cpp
: 'RUN: at line 19'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-shared.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-b.shared.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-b.cpp
: 'RUN: at line 20'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-b.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-b.shared.ll
: 'RUN: at line 22'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-static.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-main.static.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-main.cpp
: 'RUN: at line 23'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-shared.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-main.shared.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dynamic-main.cpp
: 'RUN: at line 24'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-main.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-main.shared.ll
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dynamic-two-shared.test.tmp-static: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/instrprof-dlopen.test (264 of 321)
******************** TEST 'Profile-x86_64h :: Posix/instrprof-dlopen.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp.d
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp.d/func.shared -fPIC -shared /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-func.c
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp.d/func2.shared -fPIC -shared /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-func2.c
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-local -fPIC -DDLOPEN_FUNC_DIR=\"/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-main.c
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-global -fPIC -DDLOPEN_FUNC_DIR=\"/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-main.c
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp.d/main.o /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-main.c
: 'RUN: at line 8'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-static /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-func.c /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-func2.c /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp.d/main.o
: 'RUN: at line 10'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-static.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-static
: 'RUN: at line 11'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-local.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-local
: 'RUN: at line 12'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-global.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-global
: 'RUN: at line 14'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-static.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-static.profraw
: 'RUN: at line 15'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-local.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-local.profraw
: 'RUN: at line 16'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-global.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-global.profraw
: 'RUN: at line 18'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-static.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func.static.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-func.c
: 'RUN: at line 19'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-local.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func.local.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-func.c
: 'RUN: at line 20'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-global.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func.global.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-func.c
: 'RUN: at line 21'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func.local.ll
: 'RUN: at line 22'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func.global.ll
: 'RUN: at line 24'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-static.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func2.static.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-func2.c
: 'RUN: at line 25'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-local.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func2.local.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-func2.c
: 'RUN: at line 26'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-global.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func2.global.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-func2.c
: 'RUN: at line 27'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func2.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func2.local.ll
: 'RUN: at line 28'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func2.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-func2.global.ll
: 'RUN: at line 30'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-static.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-main.static.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-main.c
: 'RUN: at line 31'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-local.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-main.local.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-main.c
: 'RUN: at line 32'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-local.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-main.global.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-dlopen-main.c
: 'RUN: at line 33'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-main.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-main.local.ll
: 'RUN: at line 34'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-main.static.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-main.global.ll
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-dlopen.test.tmp-static: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: coverage-inline.cpp (265 of 321)
******************** TEST 'Profile-x86_64h :: coverage-inline.cpp' FAILED ********************
Script:
--
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -g -fcoverage-mapping -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp1.o /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/coverage-inline.cpp -DOBJECT_1
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -g -fcoverage-mapping -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp2.o /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/coverage-inline.cpp
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -g -fcoverage-mapping /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp1.o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp2.o -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp.exe
: 'RUN: at line 6'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp.exe
: 'RUN: at line 7'; llvm-profdata show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp.profraw -all-functions | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/coverage-inline.cpp
: 'RUN: at line 11'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O2 -g -fcoverage-mapping -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp1.o /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/coverage-inline.cpp -DOBJECT_1
: 'RUN: at line 12'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O2 -g -fcoverage-mapping -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp2.o /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/coverage-inline.cpp
: 'RUN: at line 13'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -g -fcoverage-mapping /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp1.o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp2.o -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp.exe
: 'RUN: at line 14'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp.exe
: 'RUN: at line 15'; llvm-profdata show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp.profraw -all-functions | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/coverage-inline.cpp
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage-inline.cpp.tmp.exe: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: coverage_comments.cpp (266 of 321)
******************** TEST 'Profile-x86_64h :: coverage_comments.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -fcoverage-mapping -Wno-comment -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_comments.cpp.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/coverage_comments.cpp
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_comments.cpp.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_comments.cpp.tmp
: 'RUN: at line 3'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_comments.cpp.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_comments.cpp.tmp.profraw
: 'RUN: at line 4'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_comments.cpp.tmp -instr-profile /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_comments.cpp.tmp.profdata 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/coverage_comments.cpp
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_comments.cpp.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: coverage_emptylines.cpp (267 of 321)
******************** TEST 'Profile-x86_64h :: coverage_emptylines.cpp' FAILED ********************
Script:
--
: 'RUN: at line 2'; sed 's/[ \t]*\/\/.*//' /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/coverage_emptylines.cpp > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_emptylines.cpp.tmp.stripped.cpp
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -fcoverage-mapping -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_emptylines.cpp.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_emptylines.cpp.tmp.stripped.cpp
: 'RUN: at line 4'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_emptylines.cpp.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_emptylines.cpp.tmp
: 'RUN: at line 5'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_emptylines.cpp.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_emptylines.cpp.tmp.profraw
: 'RUN: at line 6'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_emptylines.cpp.tmp -instr-profile /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_emptylines.cpp.tmp.profdata 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/coverage_emptylines.cpp
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/coverage_emptylines.cpp.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: gcc-flag-compatibility.test (268 of 321)
******************** TEST 'Profile-x86_64h :: gcc-flag-compatibility.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; rm -rf /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d
: 'RUN: at line 2'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/d1/d2 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/code /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/gcc-flag-compatibility.c
: 'RUN: at line 6'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/code
: 'RUN: at line 7'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/d1/d2/
: 'RUN: at line 10'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/x1/prof.raw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/code
: 'RUN: at line 11'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/x1/
: 'RUN: at line 14'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/default.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/x1/
: 'RUN: at line 15'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/code /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/gcc-flag-compatibility.c
: 'RUN: at line 18'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/code /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/gcc-flag-compatibility.c
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.script: line 4: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcc-flag-compatibility.test.tmp.d/code: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: gcov-__gcov_flush-terminate.c (269 of 321)
******************** TEST 'Profile-x86_64h :: gcov-__gcov_flush-terminate.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-__gcov_flush-terminate.c.tmp.dir && cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-__gcov_flush-terminate.c.tmp.dir
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-__gcov_flush-terminate.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-__gcov_flush-terminate.c.tmp
: 'RUN: at line 5'; test -f gcov-__gcov_flush-terminate.gcno
: 'RUN: at line 7'; rm -f gcov-__gcov_flush-terminate.gcda && not --crash /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-__gcov_flush-terminate.c.tmp
: 'RUN: at line 8'; llvm-cov gcov -t gcov-__gcov_flush-terminate.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-__gcov_flush-terminate.c
--
Exit Code: 1
Command Output (stderr):
--
error: posix_spawn failed: Bad CPU type in executable
/Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-__gcov_flush-terminate.c:16:28: error: CHECK: expected string not found in input
int main(void) { // CHECK: 1: [[#@LINE]]:int main(void)
^
<stdin>:16:38: note: scanning from here
-: 11:// CHECK-NEXT: -: 0:Programs:1
^
<stdin>:16:38: note: with "@LINE" equal to "16"
-: 11:// CHECK-NEXT: -: 0:Programs:1
^
<stdin>:21:6: note: possible intended match here
#####: 16:int main(void) { // CHECK: 1: [[#@LINE]]:int main(void)
^
Input file: <stdin>
Check file: /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-__gcov_flush-terminate.c
-dump-input=help explains the following input dump.
Input was:
<<<<<<
.
.
.
11: -: 6:
12: -: 7:// RUN: rm -f gcov-__gcov_flush-terminate.gcda && %expect_crash %run %t
13: -: 8:// RUN: llvm-cov gcov -t gcov-__gcov_flush-terminate.gcda | FileCheck %s
14: -: 9:
15: -: 10:// CHECK: -: 0:Runs:1
16: -: 11:// CHECK-NEXT: -: 0:Programs:1
check:16'0 X error: no match found
check:16'1 with "@LINE" equal to "16"
17: -: 12:
check:16'0 ~~~~~~~~
18: -: 13:void __gcov_dump(void);
check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19: -: 14:void __gcov_reset(void);
check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20: -: 15:
check:16'0 ~~~~~~~~
21: #####: 16:int main(void) { // CHECK: 1: [[#@LINE]]:int main(void)
check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check:16'2 ? possible intended match
22: #####: 17: int i = 22; // CHECK-NEXT: 1: [[#@LINE]]:
check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23: #####: 18: __gcov_dump(); // CHECK-NEXT: 1: [[#@LINE]]:
check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24: #####: 19: __gcov_reset(); // CHECK-NEXT: 1: [[#@LINE]]:
check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25: #####: 20: i = 42; // CHECK-NEXT: 1: [[#@LINE]]:
check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26: #####: 21: __builtin_trap(); // CHECK-NEXT: 1: [[#@LINE]]:
check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.
.
.
>>>>>>
--
********************
FAIL: Profile-x86_64h :: gcov-basic.c (270 of 321)
******************** TEST 'Profile-x86_64h :: gcov-basic.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp.dir && cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp.dir
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -Xclang -coverage-version='304*' /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-basic.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp
: 'RUN: at line 5'; rm -f gcov-basic.gcda && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp a
: 'RUN: at line 6'; llvm-cov gcov -t gcov-basic.gcno | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-basic.c
: 'RUN: at line 9'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -Xclang -coverage-version='407*' /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-basic.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp
: 'RUN: at line 10'; rm -f gcov-basic.gcda && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp a
: 'RUN: at line 11'; llvm-cov gcov -t gcov-basic.gcno | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-basic.c
: 'RUN: at line 14'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -Xclang -coverage-version='408*' /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-basic.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp
: 'RUN: at line 15'; rm -f gcov-basic.gcda && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp a
: 'RUN: at line 16'; llvm-cov gcov -t gcov-basic.gcno
: 'RUN: at line 19'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -Xclang -coverage-version='800*' /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-basic.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp
: 'RUN: at line 20'; rm -f gcov-basic.gcda && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp a
: 'RUN: at line 21'; llvm-cov gcov -t gcov-basic.gcno
: 'RUN: at line 24'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -Xclang -coverage-version='900*' /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-basic.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp
: 'RUN: at line 25'; rm -f gcov-basic.gcda && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp a
: 'RUN: at line 26'; llvm-cov gcov -t gcov-basic.gcno
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.script: line 3: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-basic.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: gcov-dump-and-remove.c (271 of 321)
******************** TEST 'Profile-x86_64h :: gcov-dump-and-remove.c' FAILED ********************
Script:
--
: 'RUN: at line 4'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-dump-and-remove.c.tmp.d && cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-dump-and-remove.c.tmp.d
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-dump-and-remove.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-dump-and-remove.c
: 'RUN: at line 6'; test -f gcov-dump-and-remove.gcno
: 'RUN: at line 8'; rm -f gcov-dump-and-remove.gcda && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-dump-and-remove.c.tmp
: 'RUN: at line 9'; llvm-cov gcov -t gcov-dump-and-remove.gcda | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-dump-and-remove.c
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-dump-and-remove.c.script: line 4: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-dump-and-remove.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: infinite_loop.c (272 of 321)
******************** TEST 'Profile-x86_64h :: infinite_loop.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/infinite_loop.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/infinite_loop.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/infinite_loop.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/infinite_loop.c.tmp
: 'RUN: at line 3'; llvm-profdata show -function main -counts /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/infinite_loop.c.tmp.profraw| FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/infinite_loop.c
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/infinite_loop.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-basic.c (273 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-basic.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp
: 'RUN: at line 3'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.profraw
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c --check-prefix=COMMON --check-prefix=ORIG
: 'RUN: at line 6'; rm -fr /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir1
: 'RUN: at line 7'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir1
: 'RUN: at line 8'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir1/profraw_e_%1m /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp
: 'RUN: at line 9'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir1/profraw_e_%1m /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp
: 'RUN: at line 10'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.em.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir1
: 'RUN: at line 11'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.em.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c --check-prefix=COMMON --check-prefix=MERGE
: 'RUN: at line 13'; rm -fr /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir2
: 'RUN: at line 14'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir2
: 'RUN: at line 15'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir2/%m.profraw -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.merge -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c
: 'RUN: at line 16'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.merge
: 'RUN: at line 17'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.merge
: 'RUN: at line 18'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.m.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir2/
: 'RUN: at line 19'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.m.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c --check-prefix=COMMON --check-prefix=MERGE
: 'RUN: at line 22'; rm -fr /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir3
: 'RUN: at line 23'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir3
: 'RUN: at line 24'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir3/ -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.merge3 -O0 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c
: 'RUN: at line 25'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.merge3
: 'RUN: at line 26'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.merge3
: 'RUN: at line 27'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.merge3
: 'RUN: at line 28'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.merge3
: 'RUN: at line 29'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.m3.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir3/
: 'RUN: at line 30'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.m3.profdata -O0 -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c --check-prefix=COMMON --check-prefix=PGOMERGE
: 'RUN: at line 33'; rm -fr /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir4
: 'RUN: at line 34'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir4
: 'RUN: at line 35'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir4/merge4 -O0 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c
: 'RUN: at line 36'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir4
: 'RUN: at line 37'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir4/merge4
: 'RUN: at line 38'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir4/merge4
: 'RUN: at line 39'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir4/merge4
: 'RUN: at line 40'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir4/merge4
: 'RUN: at line 41'; rm -f /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir4/merge4
: 'RUN: at line 42'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.m4.profdata ./
: 'RUN: at line 43'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.m4.profdata -O0 -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-basic.c --check-prefix=COMMON --check-prefix=PGOMERGE
: 'RUN: at line 46'; rm -fr /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir5
: 'RUN: at line 47'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir5
: 'RUN: at line 48'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir5/e_%20m.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp
: 'RUN: at line 49'; not ls /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir5/e_%20m.profraw
: 'RUN: at line 50'; ls /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp.dir5/e_*.profraw | count 1
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-basic.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-darwin-dead-strip.c (274 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-darwin-dead-strip.c' FAILED ********************
Script:
--
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.profraw -fcoverage-mapping -mllvm -enable-name-compression=false -DCODE=1 -Wl,-dead_strip -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp
: 'RUN: at line 6'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.profraw
: 'RUN: at line 7'; llvm-profdata show --all-functions /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PROF
: 'RUN: at line 8'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp -instr-profile /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=COV
: 'RUN: at line 9'; nm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=NM
: 'RUN: at line 10'; otool -s __DATA __llvm_prf_names /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PRF_NAMES
: 'RUN: at line 11'; otool -s __DATA __llvm_prf_cnts /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PRF_CNTS
: 'RUN: at line 13'; env DYLD_LIBRARY_PATH=/Users/wicast/Third-part/llvm-project/build/./lib /Users/wicast/Third-part/llvm-project/build/./bin/clang -flto -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto.profraw -fcoverage-mapping -mllvm -enable-name-compression=false -DCODE=1 -Wl,-dead_strip -flto -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c
: 'RUN: at line 14'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto
: 'RUN: at line 15'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto.profraw
: 'RUN: at line 16'; llvm-profdata show --all-functions /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PROF
: 'RUN: at line 17'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto -instr-profile /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=COV
: 'RUN: at line 18'; nm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=NM
: 'RUN: at line 19'; otool -s __DATA __llvm_prf_names /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PRF_NAMES
: 'RUN: at line 20'; otool -s __DATA __llvm_prf_cnts /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.lto | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c -check-prefix=PRF_CNTS
: 'RUN: at line 28'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -fcoverage-mapping -Wl,-dead_strip -dynamiclib -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.nocode.dylib /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-darwin-dead-strip.c
: 'RUN: at line 29'; nm -jgU /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.nocode.dylib > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.nocode.syms
: 'RUN: at line 30'; nm -jgU /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp | grep -vE "main|foo|mh_execute_header" > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.code.syms
: 'RUN: at line 31'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.nocode.syms /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp.code.syms
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.script: line 2: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-darwin-dead-strip.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: gcov-complex-line.c (275 of 321)
******************** TEST 'Profile-x86_64h :: gcov-complex-line.c' FAILED ********************
Script:
--
: 'RUN: at line 4'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-complex-line.c.tmp.dir && cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-complex-line.c.tmp.dir
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-complex-line.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-complex-line.c.tmp
: 'RUN: at line 6'; rm -f gcov-complex-line.gcda && /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-complex-line.c.tmp
: 'RUN: at line 7'; llvm-cov gcov -t gcov-complex-line.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/gcov-complex-line.c
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-complex-line.c.script: line 3: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/gcov-complex-line.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-bufferio.c (276 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-bufferio.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O3 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-bufferio.c
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.1 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.2 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.3 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.4
: 'RUN: at line 3'; cat /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-bufferio.c
: 'RUN: at line 4'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.1 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.2
: 'RUN: at line 5'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.2 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.3
: 'RUN: at line 6'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.3 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp.out.4
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.script: line 2: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-bufferio.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-error.c (278 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-error.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-error.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-error.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-error.c.tmp/ /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-error.c.tmp 1 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-error.c
--
Exit Code: 1
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-error.c:9:11: error: CHECK: expected string not found in input
// CHECK: LLVM Profile Error: Failed to write file
^
<stdin>:1:1: note: scanning from here
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-error.c.tmp: Bad CPU type in executable
^
<stdin>:1:107: note: possible intended match here
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-error.c.tmp: Bad CPU type in executable
^
Input file: <stdin>
Check file: /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-error.c
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-error.c.tmp: Bad CPU type in executable
check:9'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
check:9'1 ? possible intended match
>>>>>>
--
********************
FAIL: Profile-x86_64h :: instrprof-dump.c (279 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-dump.c' FAILED ********************
Script:
--
: 'RUN: at line 2'; rm -fr /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.tmp.profdir
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.tmp.profdir/default_%m.profraw -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.tmp -O2 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-dump.c
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.tmp 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-dump.c --check-prefix=NO_EXIT_WRITE
: 'RUN: at line 5'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.tmp.profdir
: 'RUN: at line 6'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-dump.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-dump.c --check-prefix=PROF
--
Exit Code: 1
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-dump.c:8:16: error: NO_EXIT_WRITE: expected string not found in input
NO_EXIT_WRITE: Profile data not written to file: already written
^
<stdin>:1:1: note: scanning from here
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.script: line 3: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.tmp: Bad CPU type in executable
^
<stdin>:1:53: note: possible intended match here
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.script: line 3: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.tmp: Bad CPU type in executable
^
Input file: <stdin>
Check file: /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-dump.c
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.script: line 3: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-dump.c.tmp: Bad CPU type in executable
check:8'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
check:8'1 ? possible intended match
>>>>>>
--
********************
FAIL: Profile-x86_64h :: instrprof-gcov-multiple-bbs-single-line.test (280 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-gcov-multiple-bbs-single-line.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multiple-bbs-single-line.test.tmp.d
: 'RUN: at line 2'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multiple-bbs-single-line.test.tmp.d
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multiple-bbs-single-line.test.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c
: 'RUN: at line 5'; test -f instrprof-gcov-multiple-bbs-single-line.gcno
: 'RUN: at line 7'; rm -f instrprof-gcov-multiple-bbs-single-line.gcda
: 'RUN: at line 8'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multiple-bbs-single-line.test.tmp
: 'RUN: at line 9'; llvm-cov gcov -b -c instrprof-gcov-multiple-bbs-single-line.gcda
: 'RUN: at line 10'; FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-multiple-bbs-single-line.c.gcov /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov
: 'RUN: at line 11'; rm instrprof-gcov-multiple-bbs-single-line.gcda
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multiple-bbs-single-line.test.script: line 6: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multiple-bbs-single-line.test.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-gcov-one-line-function.test (281 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-gcov-one-line-function.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-one-line-function.test.tmp.d
: 'RUN: at line 2'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-one-line-function.test.tmp.d
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-one-line-function.test.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-one-line-function.c
: 'RUN: at line 5'; test -f instrprof-gcov-one-line-function.gcno
: 'RUN: at line 6'; rm -f instrprof-gcov-one-line-function.gcda
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-one-line-function.test.tmp
: 'RUN: at line 8'; llvm-cov gcov instrprof-gcov-one-line-function.gcda
: 'RUN: at line 9'; FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-one-line-function.c.gcov /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-one-line-function.test.script: line 6: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-one-line-function.test.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/instrprof-shared.test (282 of 321)
******************** TEST 'Profile-x86_64h :: Posix/instrprof-shared.test' FAILED ********************
Script:
--
: 'RUN: at line 16'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d
: 'RUN: at line 17'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d/libt-instr.so -fPIC -shared /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-lib.c
: 'RUN: at line 18'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d/libt-no-instr1.so -fPIC -shared /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-lib.c
: 'RUN: at line 19'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d/instrprof-shared-lib-no-instr2.o -fPIC /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-lib.c
: 'RUN: at line 20'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d/libt-no-instr2.so -fPIC -shared /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d/instrprof-shared-lib-no-instr2.o
: 'RUN: at line 22'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr -L/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -lt-instr /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-main.c
: 'RUN: at line 23'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr1 -L/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -lt-no-instr1 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-main.c
: 'RUN: at line 24'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr2 -L/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -lt-no-instr2 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-main.c
: 'RUN: at line 25'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-instr -L/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -lt-instr /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-main.c
: 'RUN: at line 26'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-no-instr1 -L/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -lt-no-instr1 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-main.c
: 'RUN: at line 27'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-no-instr2 -L/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -lt-no-instr2 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-main.c
: 'RUN: at line 28'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d/instrprof-shared-main-no-instr2.o /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-main.c
: 'RUN: at line 29'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-instr -L/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -lt-instr /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d/instrprof-shared-main-no-instr2.o
: 'RUN: at line 30'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-no-instr1 -L/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -lt-no-instr1 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d/instrprof-shared-main-no-instr2.o
: 'RUN: at line 31'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-no-instr2 -L/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d -lt-no-instr2 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp.d/instrprof-shared-main-no-instr2.o
: 'RUN: at line 33'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr
: 'RUN: at line 34'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr1.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr1
: 'RUN: at line 35'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr2.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr2
: 'RUN: at line 36'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-instr.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-instr
: 'RUN: at line 37'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-instr.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-instr
: 'RUN: at line 38'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-no-instr1.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-no-instr1
: 'RUN: at line 39'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-no-instr2.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-no-instr2
: 'RUN: at line 40'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-no-instr1.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-no-instr1
: 'RUN: at line 41'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-no-instr2.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-no-instr2
: 'RUN: at line 43'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr.profraw
: 'RUN: at line 44'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr1.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr1.profraw
: 'RUN: at line 45'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr2.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr2.profraw
: 'RUN: at line 46'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-instr.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-instr.profraw
: 'RUN: at line 47'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-instr.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-instr.profraw
: 'RUN: at line 49'; not llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-no-instr1.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-no-instr1.profraw 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/instrprof-shared.test --check-prefix=MISSING-FILE
: 'RUN: at line 50'; not llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-no-instr1.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-no-instr1.profraw 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/instrprof-shared.test --check-prefix=MISSING-FILE
: 'RUN: at line 53'; llvm-profdata show -counts --function main /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr.profdata | grep -v 'Total\|Maximum' > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-1
: 'RUN: at line 54'; llvm-profdata show -counts --function main /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr1.profdata | grep -v 'Total\|Maximum' > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-2
: 'RUN: at line 55'; llvm-profdata show -counts --function main /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr2.profdata | grep -v 'Total\|Maximum' > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-3
: 'RUN: at line 56'; llvm-profdata show -counts --function foo /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr.profdata | grep -v 'Total\|Maximum' > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-foo-1
: 'RUN: at line 57'; llvm-profdata show -counts --function foo /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-instr.profdata | grep -v 'Total\|Maximum' > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-foo-2
: 'RUN: at line 58'; llvm-profdata show -counts --function foo /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-instr.profdata | grep -v 'Total\|Maximum' > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-foo-3
: 'RUN: at line 60'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-instr-instr.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-main.c
: 'RUN: at line 61'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr1.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-instr-no-instr1.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-main.c
: 'RUN: at line 62'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-no-instr2.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-instr-no-instr2.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-main.c
: 'RUN: at line 63'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-lib-instr-instr.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-lib.c
: 'RUN: at line 64'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr1-instr.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-lib-no-instr1-instr.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-lib.c
: 'RUN: at line 65'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-no-instr2-instr.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-lib-no-instr2-instr.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-lib.c
: 'RUN: at line 66'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-lib-instr-instr.ll -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-shared-lib.c
: 'RUN: at line 68'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-instr-no-instr1.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-instr-no-instr2.ll
: 'RUN: at line 69'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-lib-no-instr1-instr.ll /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-lib-no-instr2-instr.ll
: 'RUN: at line 71'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-1 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-2
: 'RUN: at line 72'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-1 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-main-3
: 'RUN: at line 73'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-foo-1 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-foo-2
: 'RUN: at line 74'; diff /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-foo-1 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-foo-3
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-shared.test.tmp-instr-instr: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-gcov-switch.test (283 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-gcov-switch.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-switch.test.tmp.d
: 'RUN: at line 2'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-switch.test.tmp.d
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-switch.test.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-switch1.c
: 'RUN: at line 5'; test -f instrprof-gcov-switch1.gcno
: 'RUN: at line 6'; rm -f instrprof-gcov-switch1.gcda
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-switch.test.tmp
: 'RUN: at line 8'; llvm-cov gcov instrprof-gcov-switch1.gcda
: 'RUN: at line 9'; FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-switch1.c.gcov /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-switch1.c.gcov
: 'RUN: at line 11'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-switch.test.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-switch2.c
: 'RUN: at line 12'; test -f instrprof-gcov-switch2.gcno
: 'RUN: at line 13'; rm -f instrprof-gcov-switch2.gcda
: 'RUN: at line 14'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-switch.test.tmp
: 'RUN: at line 15'; llvm-cov gcov instrprof-gcov-switch2.gcda
: 'RUN: at line 16'; FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-switch2.c.gcov /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-switch2.c.gcov
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-switch.test.script: line 6: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-switch.test.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-gcov-two-objects.test (285 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-gcov-two-objects.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-two-objects.test.tmp.d
: 'RUN: at line 2'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-two-objects.test.tmp.d
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o instrprof-shared-lib.o -c /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-shared-lib.c
: 'RUN: at line 5'; test -f instrprof-shared-lib.gcno
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o instrprof-shared-main.o -c /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-shared-main.c
: 'RUN: at line 8'; test -f instrprof-shared-main.gcno
: 'RUN: at line 10'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-two-objects.test.tmp instrprof-shared-main.o instrprof-shared-lib.o
: 'RUN: at line 11'; test -f /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-two-objects.test.tmp
: 'RUN: at line 13'; rm -f instrprof-shared-main.gcda instrprof-shared-lib.gcda
: 'RUN: at line 14'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-two-objects.test.tmp
: 'RUN: at line 15'; llvm-cov gcov instrprof-shared-main.gcda
: 'RUN: at line 16'; FileCheck --match-full-lines --strict-whitespace --input-file instrprof-shared-main.c.gcov /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-shared-main.c.gcov
: 'RUN: at line 17'; llvm-cov gcov instrprof-shared-lib.gcda
: 'RUN: at line 18'; FileCheck --match-full-lines --strict-whitespace --input-file instrprof-shared-lib.c.gcov /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-shared-lib_in-loop.c.gcov
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-two-objects.test.script: line 10: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-two-objects.test.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-hostname.c (286 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-hostname.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-hostname.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=%h./Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp-%h.profraw_%h /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp
: 'RUN: at line 3'; uname -n > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp.n
: 'RUN: at line 4'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp.profdata `cat /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp.n`./Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp-`cat /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp.n`.profraw_`cat /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp.n`
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-hostname.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-hostname.c
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-hostname.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-get-filename.c (288 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-get-filename.c' FAILED ********************
Script:
--
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-get-filename.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-get-filename.c
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-get-filename.c.tmp
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-get-filename.c.script: line 2: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-get-filename.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-icall-promo.test (289 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-icall-promo.test' FAILED ********************
Script:
--
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.1.o /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-icall-promo_1.cpp
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.2.o /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-icall-promo_2.cpp
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.2.o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.1.o -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.gen.1
: 'RUN: at line 6'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp-icall.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.gen.1
: 'RUN: at line 7'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp-icall.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp-icall.profraw
: 'RUN: at line 8'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp-icall.profdata -O2 -Rpass=pgo-icall-prom -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.2.use.o /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-icall-promo_2.cpp 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-icall-promo.test
: 'RUN: at line 10'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.1.o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.2.o -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.gen.2
: 'RUN: at line 11'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp-icall2.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.gen.2
: 'RUN: at line 12'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp-icall2.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp-icall2.profraw
: 'RUN: at line 13'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp-icall2.profdata -O2 -Rpass=pgo-icall-prom -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.2.use.o /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-icall-promo_2.cpp 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-icall-promo.test
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-icall-promo.test.tmp.gen.1: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-merge.c (290 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-merge.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O2 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-merge.c
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge.c.tmp.profraw 1 1
: 'RUN: at line 3'; llvm-profdata show --all-functions --counts /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge.c.tmp.profraw | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-merge.c
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-merge.c:45:41: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
static ALIGNED(sizeof(uint64_t)) char Buffer[MaxSize];
^
1 warning generated.
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge.c.script: line 2: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-merge-match.test (291 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-merge-match.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge-match.test.tmp.d
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge-match.test.tmp.d/libt.so -fPIC -shared /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-merge-match-lib.c
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge-match.test.tmp -L /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge-match.test.tmp.d -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge-match.test.tmp.d /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-merge-match.c -lt
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge-match.test.tmp
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-merge-match.c:24:41: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
static char ALIGNED(sizeof(uint64_t)) Buffer[MaxSize];
^
1 warning generated.
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge-match.test.script: line 4: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merge-match.test.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-merging.cpp (292 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-merging.cpp' FAILED ********************
Script:
--
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -std=c++14 -fcoverage-mapping /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-merging.cpp -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.v1.o -D_VERSION_1
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -std=c++14 -fcoverage-mapping /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-merging.cpp -c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.v2.o -D_VERSION_2
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -std=c++14 -fcoverage-mapping /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.v1.o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.v2.o -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.exe
: 'RUN: at line 12'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.exe
: 'RUN: at line 13'; llvm-profdata merge /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.profraw -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.profdata
: 'RUN: at line 17'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.v1.o -instr-profile=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-merging.cpp -check-prefixes=V1,V1-ONLY
: 'RUN: at line 18'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.v2.o -instr-profile=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-merging.cpp -check-prefixes=V2,V2-ONLY
: 'RUN: at line 19'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.v1.o -object /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.v2.o -instr-profile=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-merging.cpp -check-prefixes=V1,V2
: 'RUN: at line 20'; llvm-cov show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.exe -instr-profile=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-merging.cpp -check-prefixes=V1,V2
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-merging.cpp.tmp.exe: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-override-filename-with-env.c (293 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-override-filename-with-env.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-with-env.c.tmp.bad.profraw -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-with-env.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename-with-env.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-with-env.c.tmp.good.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-with-env.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-with-env.c.tmp.bad.profraw
: 'RUN: at line 3'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-with-env.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-with-env.c.tmp.good.profraw
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-with-env.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename-with-env.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename-with-env.c
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-with-env.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-order-file.test (294 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-order-file.test' FAILED ********************
Script:
--
: 'RUN: at line 3'; rm -rf /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-order-file.test.tmp.dir && mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-order-file.test.tmp.dir
: 'RUN: at line 4'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-order-file.test.tmp.dir
: 'RUN: at line 6'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -forder-file-instrumentation -O1 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-order-file.test.tmp.2 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-order-file-2.c /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-order-file.c -mllvm -orderfile-write-mapping="mapping.txt"
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-order-file.test.tmp.2 ANY
: 'RUN: at line 8'; od -h default.profraw.order | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-order-file.test
: 'RUN: at line 9'; cat mapping.txt | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-order-file.test --check-prefix=MAPPING
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-order-file.test.script: line 4: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-order-file.test.tmp.2: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-override-filename-then-reset-default.c (295 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-override-filename-then-reset-default.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; rm -rf /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.tmp.d
: 'RUN: at line 2'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.tmp.d
: 'RUN: at line 3'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.tmp.d
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename-then-reset-default.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.tmp.out
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.tmp.out /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.tmp.d/bad.profraw
: 'RUN: at line 6'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.tmp.d/default.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.tmp.d/default.profraw
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.tmp.d/default.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename-then-reset-default.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename-then-reset-default.c
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.script: line 5: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename-then-reset-default.c.tmp.out: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-reset-counters.c (296 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-reset-counters.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-reset-counters.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-reset-counters.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-reset-counters.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-reset-counters.c.tmp
: 'RUN: at line 3'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-reset-counters.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-reset-counters.c.tmp.profraw
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-reset-counters.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-reset-counters.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-reset-counters.c
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-reset-counters.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-override-filename.c (297 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-override-filename.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; rm -rf /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp.dir && mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp.dir
: 'RUN: at line 2'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp.dir
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate=P_RAW -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename.c
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp P_RAW
: 'RUN: at line 6'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp.profdata P_RAW
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename.c --check-prefix=FE
: 'RUN: at line 9'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate=I_RAW -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp.2 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename.c
: 'RUN: at line 10'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp.2 I_RAW
: 'RUN: at line 11'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp2.profdata I_RAW
: 'RUN: at line 12'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp2.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-override-filename.c --check-prefix=IR
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.script: line 4: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-override-filename.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-set-file-object-merging.c (298 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-set-file-object-merging.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -fcoverage-mapping -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-file-object-merging.c
: 'RUN: at line 4'; rm -f /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp.merging.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp.merging.profdata
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp.merging.profraw
: 'RUN: at line 6'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp.merging.profraw
: 'RUN: at line 7'; test -f /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp.merging.profraw
: 'RUN: at line 8'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp.merging.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp.merging.profraw
: 'RUN: at line 9'; llvm-cov show -instr-profile /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp.merging.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-file-object-merging.c --match-full-lines
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.script: line 3: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object-merging.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-set-dir-mode.c (299 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-set-dir-mode.c' FAILED ********************
Script:
--
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-dir-mode.c.tmp.bin /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-dir-mode.c -DTESTPATH=\"/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-dir-mode.c.tmp.dir\"
: 'RUN: at line 3'; rm -rf /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-dir-mode.c.tmp.dir
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-dir-mode.c.tmp.bin
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-dir-mode.c.script: line 3: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-dir-mode.c.tmp.bin: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-set-file-object.c (300 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-set-file-object.c' FAILED ********************
Script:
--
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -fcoverage-mapping -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-file-object.c
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp.file.profraw
: 'RUN: at line 4'; test -f /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp.file.profraw
: 'RUN: at line 5'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp.file.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp.file.profraw
: 'RUN: at line 6'; llvm-cov show -instr-profile /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp.file.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-file-object.c --match-full-lines
: 'RUN: at line 7'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp.file.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp.file.profdata
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.script: line 2: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-file-object.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-set-filename-then-reset-default.c (301 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-set-filename-then-reset-default.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; rm -rf /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.tmp.d
: 'RUN: at line 2'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.tmp.d
: 'RUN: at line 3'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.tmp.d
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename-then-reset-default.c -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.tmp.out
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.tmp.out /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.tmp.d/bad.profraw
: 'RUN: at line 6'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.tmp.d/default.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.tmp.d/default.profraw
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.tmp.d/default.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename-then-reset-default.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename-then-reset-default.c
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.script: line 5: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename-then-reset-default.c.tmp.out: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-path.c (302 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-path.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.0 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-path.c
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1 -O2 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.1 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-path.c
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d2 -O2 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.2 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-path.c
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.0 ""
: 'RUN: at line 6'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1/default.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.0 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1
: 'RUN: at line 7'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d2/default.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.0 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d2
: 'RUN: at line 8'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.1 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1
: 'RUN: at line 9'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.2 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d2
: 'RUN: at line 10'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.2 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d2 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d2/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d3/blah.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d1/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d2/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.d3/
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.script: line 4: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-path.c.tmp.0: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-set-filename.c (303 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-set-filename.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; rm -f /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c
: 'RUN: at line 6'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 7'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 8'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c
: 'RUN: at line 9'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 10'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profdata
: 'RUN: at line 13'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.env.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 14'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 15'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c
: 'RUN: at line 16'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 17'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profdata
: 'RUN: at line 20'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.cmd.profraw -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp-cmd -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c
: 'RUN: at line 21'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp-cmd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 22'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 23'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c
: 'RUN: at line 24'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 25'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profdata
: 'RUN: at line 27'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.cmd.profraw -DNO_API -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp-cmd -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c
: 'RUN: at line 28'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp-cmd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 29'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.cmd.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.cmd.profraw
: 'RUN: at line 30'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.cmd.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c
: 'RUN: at line 31'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.cmd.profraw
: 'RUN: at line 32'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.cmd.profdata
: 'RUN: at line 35'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.env.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp-cmd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.profraw
: 'RUN: at line 36'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.env.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.env.profraw
: 'RUN: at line 37'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.env.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-set-filename.c
: 'RUN: at line 38'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.env.profraw
: 'RUN: at line 39'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp.env.profdata
: 'RUN: at line 40'; rm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp-cmd
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.script: line 3: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-set-filename.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-tmpdir.c (304 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-tmpdir.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; rm -rf /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-tmpdir.c.tmp
: 'RUN: at line 2'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-tmpdir.c.tmp
: 'RUN: at line 3'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-tmpdir.c.tmp
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-tmpdir.c.tmp/binary /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-tmpdir.c
: 'RUN: at line 7'; env TMPDIR="/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-tmpdir.c.tmp" LLVM_PROFILE_FILE="%traw1.profraw" ./binary
: 'RUN: at line 8'; llvm-profdata show ./raw1.profraw | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-tmpdir.c -check-prefix TMPDIR
: 'RUN: at line 11'; env TMPDIR="/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-tmpdir.c.tmp" LLVM_PROFILE_FILE="%t/raw2.profraw" ./binary
: 'RUN: at line 12'; llvm-profdata show ./raw2.profraw | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-tmpdir.c -check-prefix TMPDIR
: 'RUN: at line 15'; env -u TMPDIR LLVM_PROFILE_FILE="%t/raw3.profraw" ./binary 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-tmpdir.c -check-prefix MISSING
: 'RUN: at line 16'; llvm-profdata show ./default.profraw | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-tmpdir.c -check-prefix TMPDIR
--
Exit Code: 126
Command Output (stderr):
--
env: ./binary: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-value-prof-reset.c (305 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-value-prof-reset.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O2 -mllvm -enable-value-profiling=true -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=3 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-reset.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp
: 'RUN: at line 3'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.profraw
: 'RUN: at line 4'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-reset.c
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=3 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-reset.c
: 'RUN: at line 8'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir
: 'RUN: at line 9'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir.profraw
: 'RUN: at line 10'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-reset.c
: 'RUN: at line 13'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=false -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir.dyn /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-reset.c
: 'RUN: at line 14'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir.dyn.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir.dyn
: 'RUN: at line 15'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir.dyn.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir.dyn.profraw
: 'RUN: at line 16'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp.ir.dyn.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-reset.c
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-reset.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-value-prof-2.c (306 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-value-prof-2.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -mllvm -enable-value-profiling -O2 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-2.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp
: 'RUN: at line 3'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.profraw
: 'RUN: at line 4'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.profdata > /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.out
: 'RUN: at line 5'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-2.c --check-prefix=CHECK --check-prefix=CHECK-1 < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.out
: 'RUN: at line 6'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-2.c --check-prefix=CHECK --check-prefix=CHECK-2 < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.out
: 'RUN: at line 7'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-2.c --check-prefix=CHECK --check-prefix=CHECK-3 < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.out
: 'RUN: at line 8'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-2.c --check-prefix=CHECK --check-prefix=CHECK-4 < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.out
: 'RUN: at line 9'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-2.c --check-prefix=CHECK --check-prefix=CHECK-5 < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.out
: 'RUN: at line 10'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof-2.c --check-prefix=CHECK --check-prefix=CHECK-6 < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp.out
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-2.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-value-prof-evict.test (307 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-value-prof-evict.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O2 -mllvm -enable-value-profiling=true -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=10 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-evict.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp
: 'RUN: at line 3'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.profraw
: 'RUN: at line 4'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-evict.c
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=10 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-evict.c
: 'RUN: at line 8'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir
: 'RUN: at line 9'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir.profraw
: 'RUN: at line 10'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-evict.c
: 'RUN: at line 13'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=false -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir.dyn /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-evict.c
: 'RUN: at line 14'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir.dyn.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir.dyn
: 'RUN: at line 15'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir.dyn.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir.dyn.profraw
: 'RUN: at line 16'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp.ir.dyn.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-evict.c
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof-evict.test.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-version-mismatch.c (308 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-version-mismatch.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-version-mismatch.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-version-mismatch.c
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-version-mismatch.c.tmp 1 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-version-mismatch.c
--
Exit Code: 1
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-version-mismatch.c:11:11: error: CHECK: expected string not found in input
// CHECK: LLVM Profile Error: Runtime and instrumentation version mismatch
^
<stdin>:1:1: note: scanning from here
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-version-mismatch.c.script: line 2: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-version-mismatch.c.tmp: Bad CPU type in executable
^
<stdin>:1:64: note: possible intended match here
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-version-mismatch.c.script: line 2: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-version-mismatch.c.tmp: Bad CPU type in executable
^
Input file: <stdin>
Check file: /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-version-mismatch.c
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-version-mismatch.c.script: line 2: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-version-mismatch.c.tmp: Bad CPU type in executable
check:11'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
check:11'1 ? possible intended match
>>>>>>
--
********************
FAIL: Profile-x86_64h :: instrprof-value-prof.c (309 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-value-prof.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -mllvm -enable-value-profiling -mllvm -vp-static-alloc=false -O2 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp
: 'RUN: at line 3'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-2.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp DO_NOT_INSTRUMENT
: 'RUN: at line 4'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp.profraw
: 'RUN: at line 5'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-2.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-2.profraw
: 'RUN: at line 6'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-merged.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-2.profdata
: 'RUN: at line 7'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-2.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof.c -check-prefix=NO-VALUE
: 'RUN: at line 8'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof.c
: 'RUN: at line 9'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-merged.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof.c
: 'RUN: at line 11'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-3.profraw LLVM_VP_BUFFER_SIZE=1 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp
: 'RUN: at line 12'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-4.profraw LLVM_VP_BUFFER_SIZE=8 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp
: 'RUN: at line 13'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-5.profraw LLVM_VP_BUFFER_SIZE=128 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp
: 'RUN: at line 14'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-6.profraw LLVM_VP_BUFFER_SIZE=1024 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp
: 'RUN: at line 15'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-7.profraw LLVM_VP_BUFFER_SIZE=102400 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp
: 'RUN: at line 16'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-3.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-3.profraw
: 'RUN: at line 17'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-4.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-4.profraw
: 'RUN: at line 18'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-5.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-5.profraw
: 'RUN: at line 19'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-6.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-6.profraw
: 'RUN: at line 20'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-7.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-7.profraw
: 'RUN: at line 21'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-3.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof.c
: 'RUN: at line 22'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-4.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof.c
: 'RUN: at line 23'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-5.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof.c
: 'RUN: at line 24'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-6.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof.c
: 'RUN: at line 25'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp-7.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-value-prof.c
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-gcov-exceptions.test (310 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-gcov-exceptions.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-exceptions.test.tmp.d
: 'RUN: at line 2'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-exceptions.test.tmp.d
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-exceptions.test.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-exceptions.cpp -fno-exceptions
: 'RUN: at line 6'; test -f instrprof-gcov-exceptions.gcno
: 'RUN: at line 8'; rm -f instrprof-gcov-exceptions.gcda
: 'RUN: at line 9'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-exceptions.test.tmp
: 'RUN: at line 10'; llvm-cov gcov instrprof-gcov-exceptions.gcda
: 'RUN: at line 11'; FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-exceptions.cpp.gcov /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov
: 'RUN: at line 14'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-exceptions.test.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-exceptions.cpp
: 'RUN: at line 15'; test -f instrprof-gcov-exceptions.gcno
: 'RUN: at line 17'; rm -f instrprof-gcov-exceptions.gcda
: 'RUN: at line 18'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-exceptions.test.tmp
: 'RUN: at line 19'; llvm-cov gcov instrprof-gcov-exceptions.gcda
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-exceptions.test.script: line 6: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-exceptions.test.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-write-file-atexit-explicitly.c (311 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-write-file-atexit-explicitly.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-atexit-explicitly.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file-atexit-explicitly.c
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-atexit-explicitly.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-atexit-explicitly.c.tmp.profraw
: 'RUN: at line 3'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-atexit-explicitly.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-atexit-explicitly.c.tmp.profraw
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-atexit-explicitly.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file-atexit-explicitly.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file-atexit-explicitly.c
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-atexit-explicitly.c.script: line 2: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-atexit-explicitly.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-write-buffer-internal.c (312 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-write-buffer-internal.c' FAILED ********************
Script:
--
: 'RUN: at line 5'; rm -f /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-buffer-internal.c.tmp.buf.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-buffer-internal.c.tmp.profraw
: 'RUN: at line 6'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -w -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-buffer-internal.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-buffer-internal.c
: 'RUN: at line 7'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-buffer-internal.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-buffer-internal.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-buffer-internal.c.tmp.buf.profraw
: 'RUN: at line 8'; llvm-profdata show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-buffer-internal.c.tmp.buf.profraw | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-buffer-internal.c -check-prefix=WRITE-BUFFER
: 'RUN: at line 9'; not llvm-profdata show /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-buffer-internal.c.tmp.profraw 2>&1 | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-buffer-internal.c -check-prefix=ALREADY-DUMPED
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-buffer-internal.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-without-libc.c (313 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-without-libc.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -DCHECK_SYMBOLS -O3 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-without-libc.c.tmp.symbols /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-without-libc.c
: 'RUN: at line 2'; llvm-nm /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-without-libc.c.tmp.symbols | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-without-libc.c --check-prefix=CHECK-SYMBOLS
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O3 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-without-libc.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-without-libc.c
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-without-libc.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-without-libc.c.tmp.profraw
: 'RUN: at line 5'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-without-libc.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-without-libc.c.tmp.profraw
: 'RUN: at line 6'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-without-libc.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-without-libc.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-without-libc.c
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-without-libc.c:32:15: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
static char Buffer[MaxSize];
^
1 warning generated.
/Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-without-libc.c:32:15: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
static char Buffer[MaxSize];
^
1 warning generated.
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-without-libc.c.script: line 4: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-without-libc.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-write-file-only.c (314 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-write-file-only.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-only.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file-only.c
: 'RUN: at line 2'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-only.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-only.c.tmp
: 'RUN: at line 3'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-only.c.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-only.c.tmp.profraw
: 'RUN: at line 4'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-only.c.tmp.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file-only.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file-only.c
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file-only.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-write-file.c (315 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-write-file.c' FAILED ********************
Script:
--
: 'RUN: at line 1'; rm -rf /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp1.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp2.profraw
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp -O3 /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file.c
: 'RUN: at line 3'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp1.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp2.profraw
: 'RUN: at line 4'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp1.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp1.profraw
: 'RUN: at line 5'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp1.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file.c --check-prefix=CHECK1 --check-prefix=CHECK
: 'RUN: at line 6'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp2.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp2.profraw
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-use=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp2.profdata -o - -S -emit-llvm /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file.c | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/instrprof-write-file.c --check-prefix=CHECK2 --check-prefix=CHECK
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-write-file.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: runtime_infinite.c (316 of 321)
******************** TEST 'Profile-x86_64h :: runtime_infinite.c' FAILED ********************
Script:
--
: 'RUN: at line 7'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -mllvm -do-counter-promotion=false -O2 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/runtime_infinite.c.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/runtime_infinite.c
: 'RUN: at line 8'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/runtime_infinite.c.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/runtime_infinite.c.tmp
: 'RUN: at line 9'; llvm-profdata show -function main -counts /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/runtime_infinite.c.tmp.profraw| FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/runtime_infinite.c
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/runtime_infinite.c.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-gcov-multithread_fork.test (317 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-gcov-multithread_fork.test' FAILED ********************
Script:
--
: 'RUN: at line 3'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multithread_fork.test.tmp.d
: 'RUN: at line 4'; cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multithread_fork.test.tmp.d
: 'RUN: at line 6'; /Users/wicast/Third-part/llvm-project/build/./bin/clang --driver-mode=g++ -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk --coverage -lpthread -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multithread_fork.test.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-gcov-multithread_fork.cpp
: 'RUN: at line 7'; test -f instrprof-gcov-multithread_fork.gcno
: 'RUN: at line 9'; rm -f instrprof-gcov-multithread_fork.gcda
: 'RUN: at line 10'; /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multithread_fork.test.tmp
: 'RUN: at line 11'; llvm-cov gcov instrprof-gcov-multithread_fork.gcda
--
Exit Code: 126
Command Output (stderr):
--
/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multithread_fork.test.script: line 6: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-gcov-multithread_fork.test.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: instrprof-value-prof.test (318 of 321)
******************** TEST 'Profile-x86_64h :: instrprof-value-prof.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; rm -f /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.dyn.profraw
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O2 -mllvm -enable-value-profiling=true -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c
: 'RUN: at line 3'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.profraw LLVM_VP_MAX_NUM_VALS_PER_SITE=255 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp
: 'RUN: at line 4'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.profraw
: 'RUN: at line 5'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c
: 'RUN: at line 8'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c
: 'RUN: at line 9'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.profraw LLVM_VP_MAX_NUM_VALS_PER_SITE=255 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir
: 'RUN: at line 10'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.profraw
: 'RUN: at line 11'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c
: 'RUN: at line 12'; llvm-profdata merge -text /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.proftxt
: 'RUN: at line 13'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c --check-prefix=IR < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.proftxt
: 'RUN: at line 16'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=false -mllvm -vp-counters-per-site=256 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.dyn /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c
: 'RUN: at line 17'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.dyn.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.dyn
: 'RUN: at line 18'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.dyn.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.dyn.profraw
: 'RUN: at line 19'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.dyn.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c
: 'RUN: at line 20'; llvm-profdata merge -text /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.dyn.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.dyn.proftxt
: 'RUN: at line 21'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c --check-prefix=IR < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp.ir.dyn.proftxt
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Output/instrprof-value-prof.test.tmp: Bad CPU type in executable
--
********************
FAIL: Profile-x86_64h :: Posix/instrprof-value-prof-shared.test (319 of 321)
******************** TEST 'Profile-x86_64h :: Posix/instrprof-value-prof-shared.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d
: 'RUN: at line 2'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O2 -mllvm -enable-value-profiling=true -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -fPIC -shared -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d/t.shared -DSHARED_LIB /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 3'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-instr-generate -O2 -mllvm -enable-value-profiling=true -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d/t.shared -DCALL_SHARED /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 4'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.profraw LLVM_VP_MAX_NUM_VALS_PER_SITE=255 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp
: 'RUN: at line 5'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.profraw
: 'RUN: at line 6'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 7'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c --check-prefix=SHARED
: 'RUN: at line 10'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -fPIC -shared -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d/t.ir.shared -DSHARED_LIB /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 11'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d/t.ir.shared -DCALL_SHARED /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 13'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.profraw LLVM_VP_MAX_NUM_VALS_PER_SITE=255 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir
: 'RUN: at line 14'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.profraw
: 'RUN: at line 15'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 16'; llvm-profdata merge -text /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.proftxt
: 'RUN: at line 17'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c --check-prefix=SHARED
: 'RUN: at line 18'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c --check-prefix=IR < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.proftxt
: 'RUN: at line 21'; rm -fr /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.prof/
: 'RUN: at line 22'; mkdir -p /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.prof/
: 'RUN: at line 23'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.prof -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -fPIC -shared -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d/t.ir.m.shared -DSHARED_LIB /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 24'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.prof -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.m /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d/t.ir.m.shared -DCALL_SHARED /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 25'; env LLVM_VP_MAX_NUM_VALS_PER_SITE=255 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.m
: 'RUN: at line 26'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.m.profdata -dump-input-file-list /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.prof/ | count 2
: 'RUN: at line 27'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.m.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.prof/
: 'RUN: at line 28'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.m.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 29'; llvm-profdata merge -text /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.m.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.m.proftxt
: 'RUN: at line 30'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.m.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c --check-prefix=SHARED
: 'RUN: at line 31'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c --check-prefix=IR < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.m.proftxt
: 'RUN: at line 35'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=false -mllvm -vp-counters-per-site=256 -fPIC -shared -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d/t.ir.dyn.shared -DSHARED_LIB /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 36'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=false -mllvm -vp-counters-per-site=256 -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.dyn /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d/t.ir.dyn.shared -DCALL_SHARED /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 37'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.dyn.profraw /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.dyn
: 'RUN: at line 38'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.dyn.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.dyn.profraw
: 'RUN: at line 39'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.dyn.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 40'; llvm-profdata merge -text /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.dyn.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.dyn.proftxt
: 'RUN: at line 41'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.dyn.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c --check-prefix=SHARED
: 'RUN: at line 42'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c --check-prefix=IR < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.dyn.proftxt
: 'RUN: at line 45'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=false -mllvm -vp-counters-per-site=256 -fPIC -shared -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d/t.ir.dyn.shared -DSHARED_LIB /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 46'; /Users/wicast/Third-part/llvm-project/build/./bin/clang -arch x86_64h -stdlib=libc++ -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fprofile-generate -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -rpath /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.mixed /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.d/t.ir.dyn.shared -DCALL_SHARED /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 47'; env LLVM_PROFILE_FILE=/Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.mixed.profraw LLVM_VP_MAX_NUM_VALS_PER_SITE=255 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.mixed
: 'RUN: at line 48'; llvm-profdata merge -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.mixed.profdata /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.mixed.profraw
: 'RUN: at line 49'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.mixed.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c
: 'RUN: at line 50'; llvm-profdata merge -text /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.mixed.profdata -o /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.mixed.proftxt
: 'RUN: at line 51'; llvm-profdata show --all-functions -ic-targets /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.mixed.profdata | FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c --check-prefix=SHARED
: 'RUN: at line 52'; FileCheck /Users/wicast/Third-part/llvm-project/compiler-rt/test/profile/Posix/../Inputs/instrprof-value-prof-real.c --check-prefix=IR < /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp.ir.mixed.proftxt
--
Exit Code: 126
Command Output (stderr):
--
env: /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h/Posix/Output/instrprof-value-prof-shared.test.tmp: Bad CPU type in executable
--
********************
********************
Failed Tests (71):
Profile-arm64 :: instrprof-darwin-dead-strip.c
Profile-x86_64h :: ContinuousSyncMode/basic.c
Profile-x86_64h :: ContinuousSyncMode/darwin-proof-of-concept.c
Profile-x86_64h :: ContinuousSyncMode/get-filename.c
Profile-x86_64h :: ContinuousSyncMode/image-with-no-counters.c
Profile-x86_64h :: ContinuousSyncMode/multiple-DSOs.c
Profile-x86_64h :: ContinuousSyncMode/online-merging.c
Profile-x86_64h :: ContinuousSyncMode/pid-substitution.c
Profile-x86_64h :: ContinuousSyncMode/set-file-object.c
Profile-x86_64h :: ContinuousSyncMode/set-filename.c
Profile-x86_64h :: Posix/gcov-dlopen.c
Profile-x86_64h :: Posix/gcov-execlp.c
Profile-x86_64h :: Posix/gcov-fork.c
Profile-x86_64h :: Posix/instrprof-dlopen.test
Profile-x86_64h :: Posix/instrprof-dynamic-one-shared.test
Profile-x86_64h :: Posix/instrprof-dynamic-two-shared.test
Profile-x86_64h :: Posix/instrprof-gcov-parallel.test
Profile-x86_64h :: Posix/instrprof-get-filename-merge-mode.c
Profile-x86_64h :: Posix/instrprof-shared.test
Profile-x86_64h :: Posix/instrprof-value-prof-shared.test
Profile-x86_64h :: Posix/instrprof-visibility.cpp
Profile-x86_64h :: coverage-inline.cpp
Profile-x86_64h :: coverage_comments.cpp
Profile-x86_64h :: coverage_emptylines.cpp
Profile-x86_64h :: gcc-flag-compatibility.test
Profile-x86_64h :: gcov-__gcov_flush-terminate.c
Profile-x86_64h :: gcov-basic.c
Profile-x86_64h :: gcov-complex-line.c
Profile-x86_64h :: gcov-dump-and-remove.c
Profile-x86_64h :: infinite_loop.c
Profile-x86_64h :: instrprof-basic.c
Profile-x86_64h :: instrprof-bufferio.c
Profile-x86_64h :: instrprof-darwin-dead-strip.c
Profile-x86_64h :: instrprof-dump.c
Profile-x86_64h :: instrprof-error.c
Profile-x86_64h :: instrprof-gcov-exceptions.test
Profile-x86_64h :: instrprof-gcov-multiple-bbs-single-line.test
Profile-x86_64h :: instrprof-gcov-multithread_fork.test
Profile-x86_64h :: instrprof-gcov-one-line-function.test
Profile-x86_64h :: instrprof-gcov-switch.test
Profile-x86_64h :: instrprof-gcov-two-objects.test
Profile-x86_64h :: instrprof-get-filename.c
Profile-x86_64h :: instrprof-hostname.c
Profile-x86_64h :: instrprof-icall-promo.test
Profile-x86_64h :: instrprof-merge-match.test
Profile-x86_64h :: instrprof-merge.c
Profile-x86_64h :: instrprof-merging.cpp
Profile-x86_64h :: instrprof-order-file.test
Profile-x86_64h :: instrprof-override-filename-then-reset-default.c
Profile-x86_64h :: instrprof-override-filename-with-env.c
Profile-x86_64h :: instrprof-override-filename.c
Profile-x86_64h :: instrprof-path.c
Profile-x86_64h :: instrprof-reset-counters.c
Profile-x86_64h :: instrprof-set-dir-mode.c
Profile-x86_64h :: instrprof-set-file-object-merging.c
Profile-x86_64h :: instrprof-set-file-object.c
Profile-x86_64h :: instrprof-set-filename-then-reset-default.c
Profile-x86_64h :: instrprof-set-filename.c
Profile-x86_64h :: instrprof-tmpdir.c
Profile-x86_64h :: instrprof-value-prof-2.c
Profile-x86_64h :: instrprof-value-prof-evict.test
Profile-x86_64h :: instrprof-value-prof-reset.c
Profile-x86_64h :: instrprof-value-prof.c
Profile-x86_64h :: instrprof-value-prof.test
Profile-x86_64h :: instrprof-version-mismatch.c
Profile-x86_64h :: instrprof-without-libc.c
Profile-x86_64h :: instrprof-write-buffer-internal.c
Profile-x86_64h :: instrprof-write-file-atexit-explicitly.c
Profile-x86_64h :: instrprof-write-file-only.c
Profile-x86_64h :: instrprof-write-file.c
Profile-x86_64h :: runtime_infinite.c
Testing Time: 102.26s
Unsupported : 105
Passed : 142
Expectedly Failed: 3
Failed : 71
2 warning(s) in tests
FAILED: projects/compiler-rt/test/profile/CMakeFiles/check-profile
cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile && /opt/homebrew/bin/python3.9 /Users/wicast/Third-part/llvm-project/build/./bin/llvm-lit -sv /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h
ninja: build stopped: subcommand failed.
wicast@wicastdeMac-mini build % >....
Profile-x86_64h :: gcov-dump-and-remove.c
Profile-x86_64h :: infinite_loop.c
Profile-x86_64h :: instrprof-basic.c
Profile-x86_64h :: instrprof-bufferio.c
Profile-x86_64h :: instrprof-darwin-dead-strip.c
Profile-x86_64h :: instrprof-dump.c
Profile-x86_64h :: instrprof-error.c
Profile-x86_64h :: instrprof-gcov-exceptions.test
Profile-x86_64h :: instrprof-gcov-multiple-bbs-single-line.test
Profile-x86_64h :: instrprof-gcov-multithread_fork.test
Profile-x86_64h :: instrprof-gcov-one-line-function.test
Profile-x86_64h :: instrprof-gcov-switch.test
Profile-x86_64h :: instrprof-gcov-two-objects.test
Profile-x86_64h :: instrprof-get-filename.c
Profile-x86_64h :: instrprof-hostname.c
Profile-x86_64h :: instrprof-icall-promo.test
Profile-x86_64h :: instrprof-merge-match.test
Profile-x86_64h :: instrprof-merge.c
Profile-x86_64h :: instrprof-merging.cpp
Profile-x86_64h :: instrprof-order-file.test
Profile-x86_64h :: instrprof-override-filename-then-reset-default.c
Profile-x86_64h :: instrprof-override-filename-with-env.c
Profile-x86_64h :: instrprof-override-filename.c
Profile-x86_64h :: instrprof-path.c
Profile-x86_64h :: instrprof-reset-counters.c
Profile-x86_64h :: instrprof-set-dir-mode.c
Profile-x86_64h :: instrprof-set-file-object-merging.c
Profile-x86_64h :: instrprof-set-file-object.c
Profile-x86_64h :: instrprof-set-filename-then-reset-default.c
Profile-x86_64h :: instrprof-set-filename.c
Profile-x86_64h :: instrprof-tmpdir.c
Profile-x86_64h :: instrprof-value-prof-2.c
Profile-x86_64h :: instrprof-value-prof-evict.test
Profile-x86_64h :: instrprof-value-prof-reset.c
Profile-x86_64h :: instrprof-value-prof.c
Profile-x86_64h :: instrprof-value-prof.test
Profile-x86_64h :: instrprof-version-mismatch.c
Profile-x86_64h :: instrprof-without-libc.c
Profile-x86_64h :: instrprof-write-buffer-internal.c
Profile-x86_64h :: instrprof-write-file-atexit-explicitly.c
Profile-x86_64h :: instrprof-write-file-only.c
Profile-x86_64h :: instrprof-write-file.c
Profile-x86_64h :: runtime_infinite.c
Testing Time: 102.26s
Unsupported : 105
Passed : 142
Expectedly Failed: 3
Failed : 71
2 warning(s) in tests
FAILED: projects/compiler-rt/test/profile/CMakeFiles/check-profile
cd /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile && /opt/homebrew/bin/python3.9 /Users/wicast/Third-part/llvm-project/build/./bin/llvm-lit -sv /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-arm64 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64 /Users/wicast/Third-part/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment