Update rocmcc.md (#2424)

Fixed https://ontrack-internal.amd.com/browse/SWDEV-407505?src=confmacro
This commit is contained in:
Roopa Malavally
2023-08-31 09:10:11 -07:00
committed by GitHub
parent f73d941657
commit d0953efad0

View File

@@ -1109,7 +1109,7 @@ The following table lists the other Clang options and their support status.
|-ftime-trace|Supported|Turns on time profiler. Generates JSON file based on output filename|
|-ftrap-function= \<value\>|Unsupported|Issues call to specified function rather than a trap instruction|
|-ftrapv-handler= \<function name\>|Unsupported|Specifies the function to be called on overflow|
|-ftrapv|Unsupported|Traps on integer overflow|
|-ftrapv|Supported|Traps on integer overflow|
|-ftrigraphs|Supported|Processes trigraph sequences|
|-ftrivial-auto-var-init-stop-after= \<value\>|Supported|Stops initializing trivial automatic stack variables after the specified number of instances|
|-ftrivial-auto-var-init= \<value\>|Supported|Initializes trivial automatic stack variables. Values: uninitialized (default) / pattern|