diff options
author | Nick Desaulniers <ndesaulniers@google.com> | 2020-08-07 16:11:41 -0700 |
---|---|---|
committer | Nick Desaulniers <ndesaulniers@google.com> | 2020-08-07 16:11:41 -0700 |
commit | abb9bf4bcf98a226d9350448e31411eb55e9efb0 (patch) | |
tree | 3f190ff504c10966ec65c5d68842767f9dd2c8ec /clang/docs/CommandGuide | |
parent | 73413d266abc2436bd1993a4e21a9151bd102f17 (diff) | |
download | llvm-abb9bf4bcf98a226d9350448e31411eb55e9efb0.zip llvm-abb9bf4bcf98a226d9350448e31411eb55e9efb0.tar.gz llvm-abb9bf4bcf98a226d9350448e31411eb55e9efb0.tar.bz2 |
Revert "[Clang] implement -fno-eliminate-unused-debug-types"
This reverts commit e486921fd6cf96ae9114adac455f7c0b5c1088a7.
Breaks windows builds and osx builds.
Diffstat (limited to 'clang/docs/CommandGuide')
-rw-r--r-- | clang/docs/CommandGuide/clang.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst index 394bd1be..2cca04f 100644 --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/docs/CommandGuide/clang.rst @@ -433,12 +433,6 @@ Code Generation Options never emit type information for types that are not referenced at all by the program. -.. option:: -feliminate-unused-debug-types - - By default, Clang does not emit type information for types that are defined - but not used in a program. To retain the debug info for these unused types, - the negation **-fno-eliminate-unused-debug-types** can be used. - .. option:: -fexceptions Enable generation of unwind information. This allows exceptions to be thrown |