Skip to content

Commit da0ede3

Browse files
author
Hugh Delaney
committed
Remove codegen opt
1 parent 8e35ff3 commit da0ede3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/include/clang/Basic/CodeGenOptions.def

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ CODEGENOPT(XRayAlwaysEmitTypedEvents , 1, 0)
128128
///< Set when -fxray-ignore-loops is enabled.
129129
CODEGENOPT(XRayIgnoreLoops , 1, 0)
130130

131-
///< Set when -fbundle-no-offload-arch is enabled.
132-
CODEGENOPT(BundleNoOffloadArch, 1, 0)
133-
134131
///< Set with -fno-xray-function-index to omit the index section.
135132
CODEGENOPT(XRayOmitFunctionIndex , 1, 0)
136133

0 commit comments

Comments
 (0)