111ca7060a
-- a2adbf75201f6b7feba929f77dfc4f87f9c1110b by Abseil Team <absl-team@google.com>: This change allows for capturing the address of the mutex from which a call to `Block(...)` could be introducing latency. The attribute is a no-op if the application is not being built with XRay instrumentation. See http://llvm.org/docs/XRay.html for more information about XRay. PiperOrigin-RevId: 225752598 -- 6bc7f25573ddc6711f484dfacab9459f45e0bf42 by Abseil Team <absl-team@google.com>: Update absl/utility/CMakeLists.txt to use new functions i.e. absl_cc_(library|test) PiperOrigin-RevId: 225651883 -- 4acde5e72032f31a26a1ffa53a28f35dbb0bd7d3 by Abseil Team <absl-team@google.com>: Update absl/types/CMakeLists.txt to use new functions i.e. absl_cc_(library|test) PiperOrigin-RevId: 225584788 -- fe2c740d64b17cece25eee4e5d2196a7c059d3e9 by Abseil Team <absl-team@google.com>: Update auto-generated build options files. PiperOrigin-RevId: 225557283 -- cd779dddceeee191ee82deb6b9030c4db288e758 by Jon Cohen <cohenjon@google.com>: Internal change. PiperOrigin-RevId: 225556657 -- 3d56dd132d845930c3fb520a39ee77ecb2430bd2 by Matt Kulukundis <kfm@google.com>: Internal cleanup PiperOrigin-RevId: 225488946 GitOrigin-RevId: a2adbf75201f6b7feba929f77dfc4f87f9c1110b Change-Id: I1b2178e053bdebc8cf3dcb017b0e247619b81a0c
131 lines
2.9 KiB
CMake
131 lines
2.9 KiB
CMake
# GENERATED! DO NOT MANUALLY EDIT THIS FILE.
|
|
#
|
|
# (1) Edit absl/copts/copts.py.
|
|
# (2) Run `python <path_to_absl>/copts/generate_copts.py`.
|
|
|
|
list(APPEND GCC_EXCEPTIONS_FLAGS
|
|
"-fexceptions"
|
|
)
|
|
|
|
list(APPEND GCC_FLAGS
|
|
"-Wall"
|
|
"-Wextra"
|
|
"-Wcast-qual"
|
|
"-Wconversion-null"
|
|
"-Wmissing-declarations"
|
|
"-Woverlength-strings"
|
|
"-Wpointer-arith"
|
|
"-Wunused-local-typedefs"
|
|
"-Wunused-result"
|
|
"-Wvarargs"
|
|
"-Wvla"
|
|
"-Wwrite-strings"
|
|
"-Wno-sign-compare"
|
|
)
|
|
|
|
list(APPEND GCC_TEST_FLAGS
|
|
"-Wno-conversion-null"
|
|
"-Wno-missing-declarations"
|
|
"-Wno-sign-compare"
|
|
"-Wno-unused-function"
|
|
"-Wno-unused-parameter"
|
|
"-Wno-unused-private-field"
|
|
)
|
|
|
|
list(APPEND LLVM_EXCEPTIONS_FLAGS
|
|
"-fexceptions"
|
|
)
|
|
|
|
list(APPEND LLVM_FLAGS
|
|
"-Wall"
|
|
"-Wextra"
|
|
"-Weverything"
|
|
"-Wno-c++98-compat-pedantic"
|
|
"-Wno-conversion"
|
|
"-Wno-covered-switch-default"
|
|
"-Wno-deprecated"
|
|
"-Wno-disabled-macro-expansion"
|
|
"-Wno-double-promotion"
|
|
"-Wno-comma"
|
|
"-Wno-extra-semi"
|
|
"-Wno-extra-semi-stmt"
|
|
"-Wno-packed"
|
|
"-Wno-padded"
|
|
"-Wno-sign-compare"
|
|
"-Wno-float-conversion"
|
|
"-Wno-float-equal"
|
|
"-Wno-format-nonliteral"
|
|
"-Wno-gcc-compat"
|
|
"-Wno-global-constructors"
|
|
"-Wno-exit-time-destructors"
|
|
"-Wno-nested-anon-types"
|
|
"-Wno-non-modular-include-in-module"
|
|
"-Wno-old-style-cast"
|
|
"-Wno-range-loop-analysis"
|
|
"-Wno-reserved-id-macro"
|
|
"-Wno-shorten-64-to-32"
|
|
"-Wno-switch-enum"
|
|
"-Wno-thread-safety-negative"
|
|
"-Wno-undef"
|
|
"-Wno-unknown-warning-option"
|
|
"-Wno-unreachable-code"
|
|
"-Wno-unused-macros"
|
|
"-Wno-weak-vtables"
|
|
"-Wbitfield-enum-conversion"
|
|
"-Wbool-conversion"
|
|
"-Wconstant-conversion"
|
|
"-Wenum-conversion"
|
|
"-Wint-conversion"
|
|
"-Wliteral-conversion"
|
|
"-Wnon-literal-null-conversion"
|
|
"-Wnull-conversion"
|
|
"-Wobjc-literal-conversion"
|
|
"-Wno-sign-conversion"
|
|
"-Wstring-conversion"
|
|
)
|
|
|
|
list(APPEND LLVM_TEST_FLAGS
|
|
"-Wno-c99-extensions"
|
|
"-Wno-missing-noreturn"
|
|
"-Wno-missing-prototypes"
|
|
"-Wno-missing-variable-declarations"
|
|
"-Wno-null-conversion"
|
|
"-Wno-shadow"
|
|
"-Wno-shift-sign-overflow"
|
|
"-Wno-sign-compare"
|
|
"-Wno-unused-function"
|
|
"-Wno-unused-member-function"
|
|
"-Wno-unused-parameter"
|
|
"-Wno-unused-private-field"
|
|
"-Wno-unused-template"
|
|
"-Wno-used-but-marked-unused"
|
|
"-Wno-zero-as-null-pointer-constant"
|
|
"-Wno-gnu-zero-variadic-macro-arguments"
|
|
)
|
|
|
|
list(APPEND MSVC_EXCEPTIONS_FLAGS
|
|
"/U_HAS_EXCEPTIONS"
|
|
"/D_HAS_EXCEPTIONS=1"
|
|
"/EHsc"
|
|
)
|
|
|
|
list(APPEND MSVC_FLAGS
|
|
"/W3"
|
|
"/wd4005"
|
|
"/wd4068"
|
|
"/wd4180"
|
|
"/wd4244"
|
|
"/wd4267"
|
|
"/wd4800"
|
|
"/DNOMINMAX"
|
|
"/DWIN32_LEAN_AND_MEAN"
|
|
"/D_CRT_SECURE_NO_WARNINGS"
|
|
"/D_SCL_SECURE_NO_WARNINGS"
|
|
"/D_ENABLE_EXTENDED_ALIGNED_STORAGE"
|
|
)
|
|
|
|
list(APPEND MSVC_TEST_FLAGS
|
|
"/wd4018"
|
|
"/wd4101"
|
|
"/wd4503"
|
|
)
|