[llvm-branch-commits] [cfe-branch] r229946 - Document the -fpic option change.
Rafael Espindola
rafael.espindola at gmail.com
Thu Feb 19 17:11:40 PST 2015
Author: rafael
Date: Thu Feb 19 19:11:40 2015
New Revision: 229946
URL: http://llvm.org/viewvc/llvm-project?rev=229946&view=rev
Log:
Document the -fpic option change.
Modified:
cfe/branches/release_36/docs/ReleaseNotes.rst
Modified: cfe/branches/release_36/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_36/docs/ReleaseNotes.rst?rev=229946&r1=229945&r2=229946&view=diff
==============================================================================
--- cfe/branches/release_36/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_36/docs/ReleaseNotes.rst Thu Feb 19 19:11:40 2015
@@ -61,6 +61,8 @@ about them. The improvements since the 3
New Compiler Flags
------------------
+The ``-fpic`` option now uses small pic on PowerPC.
+
The option ....
The __EXCEPTIONS macro
More information about the llvm-branch-commits
mailing list