mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Added a new "module" log channel which covers module creation, deletion, and common module list actions.
Also added a new option for "log enable" which is "--stack" which will print out a stack backtrace for each log line. This was used to track down the leaking module issue I fixed last week. llvm-svn: 165438
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
m_backend(backend) {}
|
||||
|
||||
virtual bool
|
||||
IsRemovable() { return true; }
|
||||
IsRemovable() const { return true; }
|
||||
|
||||
protected:
|
||||
virtual bool
|
||||
|
||||
Reference in New Issue
Block a user