summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorMin-Yih Hsu <minyihh@uci.edu>2021-05-21 15:15:11 -0700
committerMin-Yih Hsu <minyihh@uci.edu>2021-05-24 21:39:21 -0700
commit6685a3f3e4c497a3a0fd06aa4e77cb442325d1ba (patch)
treec552c0ae15be6f3591bc817d928d072fe3191656 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parenta5a3efa82a77ab7a1c9787ef97b547a4a81f2440 (diff)
[cfe] Support target-specific escaped character in inline asm
GCC allows each target to define a set of non-letter and non-digit escaped characters for inline assembly that will be replaced by another string (They call this "punctuation" characters. The existing "%%" and "%{" -- replaced by '%' and '{' at the end -- can be seen as special cases shared by all targets). This patch implements this feature by adding a new hook in `TargetInfo`. Differential Revision: https://reviews.llvm.org/D103036
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions