mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[sil-module] Change DEBUG_TYPE to "sil-module" from "libsil"
I don't know why someone chose that name, but it makes no sense. Swift SVN r17978
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "llvm/ADT/StringSwitch.h"
|
||||
#include "llvm/ADT/Statistic.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#define DEBUG_TYPE "libsil"
|
||||
#define DEBUG_TYPE "sil-module"
|
||||
using namespace swift;
|
||||
|
||||
STATISTIC(NumFuncLinked, "Number of SIL functions linked");
|
||||
|
||||
Reference in New Issue
Block a user