Displaying 2 results from an estimated 2 matches for "passverifier".
2012 Jun 13
2
[LLVMdev] llvm-mc problem after a pass
...n1/der/sequence/der_encode_sequence_ex.s -o src/pk/asn1/der/sequence/der_encode_sequence_ex.o
src/pk/asn1/der/sequence/der_encode_sequence_ex.s:989:3: error: unexpected token at start of statement
18
^
make: *** [src/pk/asn1/der/sequence/der_encode_sequence_ex.o] Error 1
It is possible that the PassVerifier validate my pass but it fail in llvm-mc? (and why it try to compile 2 times the same file?)
Any idea?
Thx,
Cheers
ps: I've attached the assembly source file and the bc file
-------------- next part --------------
A non-text attachment was scrubbed...
Name: der_encode_sequence_ex.s
Type: app...
2012 Jun 13
0
[LLVMdev] llvm-mc problem after a pass
...e_ex.s -o src/pk/asn1/der/sequence/der_encode_sequence_ex.o
> src/pk/asn1/der/sequence/der_encode_sequence_ex.s:989:3: error: unexpected token at start of statement
> 18
> ^
> make: *** [src/pk/asn1/der/sequence/der_encode_sequence_ex.o] Error 1
>
>
> It is possible that the PassVerifier validate my pass but it fail in llvm-mc? (and why it try to compile 2 times the same file?)
> Any idea?
>
>
> Thx,
> Cheers
>
> ps: I've attached the assembly source file and the bc file <der_encode_sequence_ex.s><der_encode_sequence_ex.bc>___________________...