The --disassemble-functions switch takes demangled names when
--demangle is specified, otherwise the switch takes mangled names.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Can you persuade git/svn to do a rename of the test rather than a delete and add? That would make the diff easier to see.
I've reviewed this offline, so otherwise this LGTM, but I'd like another opinion.
Comment Actions
Didn't find a way to achieve that unless splitting the file rename part out. Seems it is how Git works (https://stackoverflow.com/questions/7938582/how-does-git-detect-similar-files-for-its-rename-detection),
llvm/test/tools/llvm-objdump/X86/disassemble-functions-mangling.test | ||
---|---|---|
21 ↗ | (On Diff #205455) | You may make these *-MISS-NOT to check the warnings instead: warning: failed to disassemble missing function _Z3foov |