[libc] [flang] [clang] [compiler-rt] [libcxx] [llvm] Ensure `lli --force-interpreter` disables the OrcJIT too (PR #73717)

2023-12-05 Thread Nate Voorhies via cfe-commits

https://github.com/nvoorhies closed 
https://github.com/llvm/llvm-project/pull/73717
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] 0b21f15 - [NFC] Correcting minor typo.

2020-04-15 Thread Nate Voorhies via cfe-commits

Author: Nate Voorhies
Date: 2020-04-15T13:36:22-07:00
New Revision: 0b21f15e141737e421845b4a1993c7521af86ae6

URL: 
https://github.com/llvm/llvm-project/commit/0b21f15e141737e421845b4a1993c7521af86ae6
DIFF: 
https://github.com/llvm/llvm-project/commit/0b21f15e141737e421845b4a1993c7521af86ae6.diff

LOG: [NFC] Correcting minor typo.

Summary: Hande -> Handle

Reviewers: xazax.hun

Reviewed By: xazax.hun

Subscribers: rnkovacs, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D78233

Added: 


Modified: 
clang/lib/Sema/SemaDeclAttr.cpp

Removed: 




diff  --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp
index 5275afab263a..1a8a73660cf4 100644
--- a/clang/lib/Sema/SemaDeclAttr.cpp
+++ b/clang/lib/Sema/SemaDeclAttr.cpp
@@ -6692,7 +6692,7 @@ static void handleMSAllocatorAttr(Sema , Decl *D, const 
ParsedAttr ) {
   handleSimpleAttribute(S, D, AL);
 }
 
-static void handeAcquireHandleAttr(Sema , Decl *D, const ParsedAttr ) {
+static void handleAcquireHandleAttr(Sema , Decl *D, const ParsedAttr ) {
   if (AL.isUsedAsTypeAttr())
 return;
   // Warn if the parameter is definitely not an output parameter.
@@ -7373,7 +7373,7 @@ static void ProcessDeclAttribute(Sema , Scope *scope, 
Decl *D,
 break;
 
   case ParsedAttr::AT_AcquireHandle:
-handeAcquireHandleAttr(S, D, AL);
+handleAcquireHandleAttr(S, D, AL);
 break;
 
   case ParsedAttr::AT_ReleaseHandle:



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] 84118fa - [NFC] Removing experimental designation for ninja in docs.

2020-01-28 Thread Nate Voorhies via cfe-commits

Author: Nate Voorhies
Date: 2020-01-28T15:28:40-08:00
New Revision: 84118fac3abee44ba89a4cfe1c0c40b254e63830

URL: 
https://github.com/llvm/llvm-project/commit/84118fac3abee44ba89a4cfe1c0c40b254e63830
DIFF: 
https://github.com/llvm/llvm-project/commit/84118fac3abee44ba89a4cfe1c0c40b254e63830.diff

LOG: [NFC] Removing experimental designation for ninja in docs.

Summary:
Ninja is no longer an experimental tool, documentation changed to
reflect this.

Reviewers: nikola

Reviewed By: nikola

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D73567

Added: 


Modified: 
clang/docs/HowToSetupToolingForLLVM.rst

Removed: 




diff  --git a/clang/docs/HowToSetupToolingForLLVM.rst 
b/clang/docs/HowToSetupToolingForLLVM.rst
index dfa199ec5951..58f10cfeffc1 100644
--- a/clang/docs/HowToSetupToolingForLLVM.rst
+++ b/clang/docs/HowToSetupToolingForLLVM.rst
@@ -140,7 +140,7 @@ Examples:
   return new clang::ASTConsumer();
   }
 
-(Experimental) Using Ninja Build System
+Using Ninja Build System
 ===
 
 Optionally you can use the `Ninja `_
@@ -197,4 +197,3 @@ Now you are ready to build and test LLVM using Ninja:
   $ ninja check-all
 
 Other target names can be used in the same way as with make.
-



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits