[clang] [llvm] [clang] Introduce target-specific `Sema` components (PR #93179)
    Ulrich Weigand via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri May 24 06:55:10 PDT 2024
    
    
  
================
@@ -0,0 +1,94 @@
+//===------ SemaSystemZ.cpp ------ SystemZ target-specific routines -------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+//  This file implements semantic analysis functions specific to AIX.
----------------
uweigand wrote:
Comment should read SystemZ instead of AIX.
https://github.com/llvm/llvm-project/pull/93179
    
    
More information about the llvm-commits
mailing list