Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from llvm:master #9

Merged
merged 6 commits into from
Aug 27, 2019
Merged

[pull] master from llvm:master #9

merged 6 commits into from
Aug 27, 2019

Commits on Aug 27, 2019

  1. [Clang][Bundler] Fix for a hang when unbundling fat binary

    clang-offload-bundler tool may hang under certain conditions when it extracts a subset of all available device bundles from the fat binary that is handled by the BinaryFileHandler. This patch fixes this problem.
    
    Differential Revision: https://reviews.llvm.org/D66598
    
    llvm-svn: 370115
    sndmitriev committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    4368971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd641d View commit details
    Browse the repository at this point in the history
  3. [dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISH

    llvm-svn: 370120
    JDevlieghere committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    50c094a View commit details
    Browse the repository at this point in the history
  4. [sanitizer_common] Close superfluous file descriptors in spawned process

    Use attribute flag `POSIX_SPAWN_CLOEXEC_DEFAULT` in the call to
    `posix_spawn`.
    
    If this flag is set, then only file descriptors explicitly described by
    the file_actions argument are available in the spawned process; all of
    the other file descriptors are automatically closed in the spawned
    process.
    
    POSIX_SPAWN_CLOEXEC_DEFAULT is an Apple-specific extension.
    
    llvm-svn: 370121
    yln committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    d313666 View commit details
    Browse the repository at this point in the history
  5. ArrayRef'ized CompilerInvocation::CreateFromArgs

    Subscribers: cfe-commits
    
    Tags: #clang
    
    Differential Revision: https://reviews.llvm.org/D66797
    
    llvm-svn: 370122
    gribozavr committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    1fac68b View commit details
    Browse the repository at this point in the history
  6. [preprocessor] Add an opportunity to retain excluded conditional blocks

    It is handy for clang tooling, for instance, in source to source transformation.
    
    Reviewers: vpykhtin (Valery Pykhtin), erichkeane (Erich Keane)
    
    Subscribers: rsmith (Richard Smith), akyrtzi (Argyrios Kyrtzidis)
    
    Tags: #clang
    
    Differential Revision: https://reviews.llvm.org/D66597
    
    llvm-svn: 370123
    emankov committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2ed2e62 View commit details
    Browse the repository at this point in the history