From 78175c073a86468070c38fb147979527787a6ac8 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Wed, 26 Aug 2015 00:50:49 +0000 Subject: [PATCH] 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 --- lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.34.1