[NFC] Improve comment and rename test file
authorJulian Lettner <julian.lettner@apple.com>
Fri, 11 Mar 2022 22:23:11 +0000 (14:23 -0800)
committerJulian Lettner <julian.lettner@apple.com>
Fri, 11 Mar 2022 22:47:54 +0000 (14:47 -0800)
clang/test/Driver/darwin-asan-destructor.c [moved from clang/test/Driver/darwin-asan-mkernel-kext.c with 100% similarity]
llvm/include/llvm/ADT/Triple.h

index 14b66cb..a5f74df 100644 (file)
@@ -473,7 +473,7 @@ public:
 
   bool isOSzOS() const { return getOS() == Triple::ZOS; }
 
-  /// Is this a "Darwin" OS (macOS, iOS, tvOS or watchOS).
+  /// Is this a "Darwin" OS (macOS, iOS, tvOS, watchOS, or DriverKit).
   bool isOSDarwin() const {
     return isMacOSX() || isiOS() || isWatchOS() || isDriverKit();
   }