aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2020-01-08 08:38:02 -0500
committerAaron Ballman <aaron@aaronballman.com>2020-01-08 08:38:02 -0500
commit55a51e1c79a21080289ba88d5eac4bbe54ec4272 (patch)
tree00462bdab74ef9ee3b5ee04490d71f5449090202 /llvm/lib/CodeGen/MachineScheduler.cpp
parent111ec8c2a435440a72904aeca22c9f3046de5f42 (diff)
downloadllvm-55a51e1c79a21080289ba88d5eac4bbe54ec4272.zip
llvm-55a51e1c79a21080289ba88d5eac4bbe54ec4272.tar.gz
llvm-55a51e1c79a21080289ba88d5eac4bbe54ec4272.tar.bz2
Disallow an empty string literal in an asm label
An empty string literal in an asm label does not make a whole lot of sense. GCC does not diagnose such a construct, but it also generates code that cannot be assembled by gas should two symbols have an empty asm label within the same TU. This does not affect an asm statement with an empty string literal, which is still a useful construct.
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions