diff options
author | Joey Gouly <joey.gouly@arm.com> | 2012-11-23 10:39:49 +0000 |
---|---|---|
committer | Joey Gouly <joey.gouly@arm.com> | 2012-11-23 10:39:49 +0000 |
commit | 85489080807b47b70d26611ba543801e16bec4cd (patch) | |
tree | 56667df8f6d4774ce20329cee27463000aa89836 /include/clang/Frontend | |
parent | 66b8a6671bb5df540dd7200a5286f7ed7a72c1cc (diff) |
PR14306: Move -fbounds-checking to -fsanitize=bounds.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend')
-rw-r--r-- | include/clang/Frontend/CodeGenOptions.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/Frontend/CodeGenOptions.def b/include/clang/Frontend/CodeGenOptions.def index 3c9490e287..d3f29f1b58 100644 --- a/include/clang/Frontend/CodeGenOptions.def +++ b/include/clang/Frontend/CodeGenOptions.def @@ -113,9 +113,6 @@ CODEGENOPT(DebugColumnInfo, 1, 0) ///< Whether or not to use column information /// or 0 if unspecified. VALUE_CODEGENOPT(NumRegisterParameters, 32, 0) -/// The run-time penalty for bounds checking, or 0 to disable. -VALUE_CODEGENOPT(BoundsChecking, 8, 0) - /// The lower bound for a buffer to be considered for stack protection. VALUE_CODEGENOPT(SSPBufferSize, 32, 0) |