llvm-capstone/clang
Nico Weber cc2013061e Revert "[Driver] Properly report error for unsupported powerpc darwin/macos triples"
This reverts commit 9f77facfce.

The change unintentionally changed lots of codegen, see
https://github.com/llvm/llvm-project/issues/47698#issuecomment-1714548640

Also revert a follow-up:
This reverts commit b40a5bead2.
2023-09-11 14:08:59 -07:00
..
bindings
cmake [Fuchsia] Re-enable libcxx timezone database (#65981) 2023-09-11 13:37:38 -04:00
docs [clang-format][doc] Fix a '' (in c669541c96) that meant to be `` 2023-09-10 12:52:49 -07:00
examples
include [CUDA][HIP] Do not mark extern shared var (#65990) 2023-09-11 17:04:55 -04:00
lib [CUDA][HIP] Do not mark extern shared var (#65990) 2023-09-11 17:04:55 -04:00
runtime [NFC][cmake] Sort COMPILER_RT_TEST_SUITES 2023-09-10 16:51:38 -07:00
test Revert "[Driver] Properly report error for unsupported powerpc darwin/macos triples" 2023-09-11 14:08:59 -07:00
tools [clang][AArch64] Add --print-supported-extensions support (#65466) 2023-09-11 08:25:02 +01:00
unittests [clang-format][NFC] Minor cleanup of token annotator and test cases 2023-09-11 00:18:57 -07:00
utils Fix warning in MSVC 2023-09-11 06:51:11 -07:00
www Correct minimum Visual Studio version requirements 2023-09-06 15:18:55 -04:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CodeOwners.rst
INSTALL.txt
LICENSE.TXT
NOTES.txt
README.txt

//===----------------------------------------------------------------------===//
// C Language Family Front-end
//===----------------------------------------------------------------------===//

Welcome to Clang.  This is a compiler front-end for the C family of languages
(C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
compiler infrastructure project.

Unlike many other compiler frontends, Clang is useful for a number of things
beyond just compiling code: we intend for Clang to be host to a number of
different source-level tools.  One example of this is the Clang Static Analyzer.

If you're interested in more (including how to build Clang) it is best to read
the relevant web sites.  Here are some pointers:

Information on Clang:             http://clang.llvm.org/
Building and using Clang:         http://clang.llvm.org/get_started.html
Clang Static Analyzer:            http://clang-analyzer.llvm.org/
Information on the LLVM project:  http://llvm.org/

If you have questions or comments about Clang, a great place to discuss them is
on the Clang forums:
  https://discourse.llvm.org/c/clang/

If you find a bug in Clang, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/