This helps compiling assembly files that .include files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
To fix the bug need to make sure -I is passed to both the assembler and integrated assembler?
-eric
Comment Actions
Yes. Neither way we invoke assembler had -I passed to it and thus .include was failing in both cases.
Comment Actions
Ah, right. Much better (or I missed that you were testing -no-integrated-as earlier).
-eric