Internals: Refactor to create V3AstAttr.h (#6491). No functional change intended.
This commit is contained in:
parent
b3350a4f3b
commit
89cd5417ef
|
|
@ -44,6 +44,7 @@ set(HEADERS
|
|||
V3Assert.h
|
||||
V3AssertPre.h
|
||||
V3Ast.h
|
||||
V3AstAttr.h
|
||||
V3AstInlines.h
|
||||
V3AstNodeDType.h
|
||||
V3AstNodeExpr.h
|
||||
|
|
|
|||
|
|
@ -333,6 +333,7 @@ VLCOV_OBJS = \
|
|||
VlcMain.o \
|
||||
|
||||
NON_STANDALONE_HEADERS = \
|
||||
V3AstAttr.h \
|
||||
V3AstInlines.h \
|
||||
V3AstNodeDType.h \
|
||||
V3AstNodeExpr.h \
|
||||
|
|
|
|||
1614
src/V3Ast.h
1614
src/V3Ast.h
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue