Issue 135275
Summary [Flang] Define PIC/PIE macros
Labels flang:frontend, flang
Assignees
Reporter vzakhari
    `gfortran` defines `__pic__/__PIC__/__pie__/__PIE__` macros according to `-fpic/PIC/pie/PIE` options, so I think `flang` should do the same.

Reference: https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#index-fpic
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to