forked from OSchip/llvm-project
Remind myself to add PIC and static asm printer support.
llvm-svn: 26037
This commit is contained in:
parent
92a6865321
commit
227e469c25
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue