Hi,
I'm trying to make clang assemble an assembly file that clang generates, and
some weird issues happen. Here are steps to reproduce it.
- Here is the C code I was using:
#include
char str[] = "HELLO WORLD";
int main() {
printf("%s\n", str);
}
- Compile the code using clang with the foll
Hi Jeffrey,
Thank you very much for your timely response. Unfortunately, I don't think your
answer is helpful for my issue in any way. I believe the behavior that I
described in the previous email is a legit bug in Clang, or rather, in llvm-as.
For future reference, we ended up (reluctantly) co