This is an archive of the discontinued LLVM Phabricator instance.

Fix printer for llvm.addressof symbol name that need escaping
ClosedPublic

Authored by mehdi_amini on Jan 20 2020, 1:05 PM.

Details

Summary

Using printSymbolName() helper for printing symbol name will handle symbols
that require escaping/quoting.

Diff Detail

Event Timeline

mehdi_amini created this revision.Jan 20 2020, 1:05 PM
rriddle accepted this revision.Jan 20 2020, 1:07 PM
This revision is now accepted and ready to land.Jan 20 2020, 1:07 PM

Unit tests: pass. 62028 tests passed, 0 failed and 783 were skipped.

clang-tidy: unknown.

clang-format: pass.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

This revision was automatically updated to reflect the committed changes.