[PATCH] change MCJIT tests to XFAIL on x86_64

David Callahan dcallahan at fb.com
Thu Jan 15 13:17:21 PST 2015


Below is the check-all log and the version information from lli

%  Debug+Asserts/bin/lli -version
LLVM (http://llvm.org/):
  LLVM version 3.7.0svn
  DEBUG build with assertions.
  Built Jan 14 2015 (17:44:24).
  Default target: x86_64-unknown-linux-gnu
  Host CPU: corei7





Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: ExecutionEngine/MCJIT/eh-sm-pic.ll (14578 of 20206)
******************** TEST 'LLVM :: ExecutionEngine/MCJIT/eh-sm-pic.ll'
FAILED ********************
Script:
--
/home/dcallahan/llvm-trunk/build/Debug+Asserts/bin/lli
-relocation-model=pic -code-model=small
/home/dcallahan/llvm-trunk/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
--
Exit Code: 1

Command Output (stderr):
--
LLVM ERROR: Program used external function '_ZTIi' which could not be
resolved!

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: ExecutionEngine/MCJIT/eh.ll (14580 of 20206)
******************** TEST 'LLVM :: ExecutionEngine/MCJIT/eh.ll' FAILED
********************
Script:
--
/home/dcallahan/llvm-trunk/build/Debug+Asserts/bin/lli
/home/dcallahan/llvm-trunk/llvm/test/ExecutionEngine/MCJIT/eh.ll
--
Exit Code: 1

Command Output (stderr):
--
LLVM ERROR: Program used external function '_ZTIi' which could not be
resolved!

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: ExecutionEngine/MCJIT/eh-lg-pic.ll (14584 of 20206)
******************** TEST 'LLVM :: ExecutionEngine/MCJIT/eh-lg-pic.ll'
FAILED ********************
Script:
--
/home/dcallahan/llvm-trunk/build/Debug+Asserts/bin/lli
-relocation-model=pic -code-model=large
/home/dcallahan/llvm-trunk/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
--
Exit Code: 1

Command Output (stderr):
--
LLVM ERROR: Program used external function '_ZTIi' which could not be
resolved!

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: ExecutionEngine/MCJIT/multi-module-eh-a.ll (14595 of 20206)
******************** TEST 'LLVM ::
ExecutionEngine/MCJIT/multi-module-eh-a.ll' FAILED ********************
Script:
--
/home/dcallahan/llvm-trunk/build/Debug+Asserts/bin/lli
-extra-module=/home/dcallahan/llvm-trunk/llvm/test/ExecutionEngine/MCJIT/In
puts/multi-module-eh-b.ll
/home/dcallahan/llvm-trunk/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-
a.ll
--
Exit Code: 1

Command Output (stderr):
--
LLVM ERROR: Program used external function '_ZTIi' which could not be
resolved!

--




On 1/15/15, 1:04 PM, "Rafael Ávila de Espíndola"
<rafael.espindola at gmail.com> wrote:

>I don't see  the failures on x86_64-unknown-linux-gnu. Anything special
>about your setup? What does the error look like?
>
>
>REPOSITORY
>  rL LLVM
>
>https://urldefense.proofpoint.com/v1/url?u=http://reviews.llvm.org/D7001&k
>=ZVNjlDMF0FElm4dQtryO4A%3D%3D%0A&r=8am7JZUn9ir%2BIPWQGSonqw%3D%3D%0A&m=F7I
>2Y62oZ0VUUgVRjFsLJAsqkUWrYRxUzCqDB7BQ0YQ%3D%0A&s=2e474ba015b774df0838a35bc
>9a0c5069a7354e3afa7985f3f2651e7b854030d
>
>EMAIL PREFERENCES
>  
>https://urldefense.proofpoint.com/v1/url?u=http://reviews.llvm.org/setting
>s/panel/emailpreferences/&k=ZVNjlDMF0FElm4dQtryO4A%3D%3D%0A&r=8am7JZUn9ir%
>2BIPWQGSonqw%3D%3D%0A&m=F7I2Y62oZ0VUUgVRjFsLJAsqkUWrYRxUzCqDB7BQ0YQ%3D%0A&
>s=8319aa5e1d3a5173aaa6a50a011126be082f2b8ceb39102cedc2a1f8d292ff80
>
>





More information about the llvm-commits mailing list