[clang] [clang] Enable descriptions for --print-supported-extensions (PR #66715)
    Balint Cristian via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Sep 19 03:09:30 PDT 2023
    
    
  
================
@@ -1016,7 +1017,8 @@ TEST(TargetParserTest, ARMPrintSupportedExtensions) {
 
   outs().flush();
   testing::internal::CaptureStdout();
-  ARM::PrintSupportedExtensions();
+  std::map<StringRef, StringRef> EmptyMap;
----------------
cbalint13 wrote:
Will address this, even by adding a dummy description (to skip whole target-machine creation +feature-query).
https://github.com/llvm/llvm-project/pull/66715
    
    
More information about the cfe-commits
mailing list