llvm-project/llvm
Paul Kirth 93c1a5f3dd [llvm-readobj] Rename JSON Flag fields to be more consistent
Today the JSON uses `Value` and `RawValue` when printing `Flags`, when really
the `Value` field is always the name of an Enum variant, and `RawValue` is its
underlying numeric value. Similarly, we rename the `RawFlags` key to `Value`,
to match the new scheme. This also allows JSON parsing to use consistent logic
for `Flag` types.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D137091
2023-03-18 00:04:47 +00:00
..
benchmarks
bindings [ConstExpr] Remove select constant expression 2023-03-16 10:32:08 +01:00
cmake
docs [llvm-readobj] Rename JSON Flag fields to be more consistent 2023-03-18 00:04:47 +00:00
examples
include [llvm-readobj] Rename JSON Flag fields to be more consistent 2023-03-18 00:04:47 +00:00
lib LiveRangeEdit: Use Register 2023-03-17 17:34:52 -04:00
projects
resources
runtimes
test [llvm-readobj] Rename JSON Flag fields to be more consistent 2023-03-18 00:04:47 +00:00
tools [llvm-readobj] Fix JSON output for Relocations 2023-03-17 23:57:58 +00:00
unittests [llvm-readobj] Rename JSON Flag fields to be more consistent 2023-03-18 00:04:47 +00:00
utils [Tools] Changed the number printing format for sorting 2023-03-17 14:35:12 +07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.