From: Evan Cheng Date: Tue, 7 Feb 2006 08:35:44 +0000 (+0000) Subject: Remind myself to add PIC and static asm printer support. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=183fff997c77843e5045552e621c2b5d56d28048;p=oota-llvm.git Remind myself to add PIC and static asm printer support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26037 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index b1b3428c598..e139f033102 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -382,3 +382,7 @@ LBB_X_2: addl $12, %esp ret +//===---------------------------------------------------------------------===// + +The x86 backend currently supports dynamic-no-pic. Need to add asm +printer support for static and PIC.