================
@@ -425,6 +425,7 @@ def LLVM_DICompileUnitAttr : LLVM_Attr<"DICompileUnit",
"di_compile_unit",
OptionalParameter<"StringAttr">:$producer,
"bool":$isOptimized,
"DIEmissionKind":$emissionKind,
+ OptionalParameter<"bool">:$debugInfoForProfiling,
----------------
gysit wrote:
```suggestion
OptionalParameter<"bool">:$isDebugInfoForProfiling,
```
nit: can we go with `isDebugInfoForProfiling` to match LLVM's naming similar to
`isOptimized`?
https://github.com/llvm/llvm-project/pull/188022
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits