We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8684e9 commit 6ff25fbCopy full SHA for 6ff25fb
clang/docs/ReleaseNotes.rst
@@ -151,6 +151,12 @@ New Compiler Flags
151
`-mcmodel=small` and `-mcmodel=medium` respectively. Preprocessor definitions
152
for `__riscv_cmodel_medlow` and `__riscv_cmodel_medany` have been corrected.
153
154
+- ``-fmacro-prefix-map=OLD=NEW`` substitutes directory prefix ``OLD`` for
155
+ ``NEW`` in predefined preprocessor macros such as ``__FILE__``. This helps
156
+ with reproducible builds that are location independent. The new
157
+ ``-ffile-prefix-map`` option is equivalent to specifying both
158
+ ``-fdebug-prefix-map`` and ``-fmacro-prefix-map``.
159
+
160
Deprecated Compiler Flags
161
-------------------------
162
0 commit comments