From: JF Bastien Date: Wed, 26 Aug 2015 00:50:49 +0000 (+0000) Subject: WebAssembly: add small FIXME for AsmPrinter. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=78175c073a86468070c38fb147979527787a6ac8;p=oota-llvm.git WebAssembly: add small FIXME for AsmPrinter. Suggested by @sunfish as a follow-up to r245982. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245996 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp b/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp index e8732abbbc7..092f1f11960 100644 --- a/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp +++ b/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp @@ -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";