mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
WebAssembly: add small FIXME for AsmPrinter.
Suggested by @sunfish as a follow-up to r245982. llvm-svn: 245996
This commit is contained in:
parent
004173445a
commit
a3f0d5cebf
@ -52,6 +52,7 @@ WebAssemblyMCAsmInfo::WebAssemblyMCAsmInfo(const Triple &T) {
|
||||
// For now, WebAssembly does not support exceptions.
|
||||
ExceptionsType = ExceptionHandling::None;
|
||||
|
||||
// FIXME: modify AsmPrinter to be more flexible, and fix other virtual ISAs.
|
||||
WeakDirective = "\t;; .weak\t";
|
||||
GlobalDirective = "\t;; .globl\t";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user