commit | a9ece2dc68e623ebdfdbf7431dac2150a87b2717 | [log] [tgz] |
---|---|---|
author | Pavel Labath <pavel@labath.sk> | Tue Apr 29 09:01:06 2025 +0200 |
committer | Pavel Labath <pavel@labath.sk> | Tue Apr 29 09:28:43 2025 +0200 |
tree | e0d62812dac571346dc12544d29f4b22ee0073cd | |
parent | ace8ceab736f7e265b206b583d218a7554bee864 [diff] |
[lldb] Skip some Host::GetProcessInfo tests for macos Some of the tests moved in #134354 do not currently pass on a mac. Disable them. The test for testing process priority also does not build on a mac. I'm not moving it (back) to the linux, since it's "almost" fine -- we'd just need to implement the RLIMIT_NICE logic differently. I'm not doing that now since (apart from linux) there are no systems which are able to retrieve the process priority.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.