This is used in the Linux kernel, and effectively just means "print an
address". This brings back r193593.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Silly inline comment, but otherwise, LGTM. Thanks!
lib/Target/AArch64/AArch64AsmPrinter.cpp | ||
---|---|---|
395 | why not: if (ExtraCode && ExtraCode[0] && ExtraCode[0] != 'a') return true; |
why not: