Advertisement
Guest User

Untitled

a guest
Apr 1st, 2025
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.93 KB | None | 0 0
  1. //--- head1.h
  2. class Class1 {
  3. public:
  4.  
  5. //--- head2.h
  6. class SomeClass {
  7. const std::string& fun2() const;
  8. }
  9. }
  10.  
  11. //--- mod1.cppmap
  12. module "mod1" {
  13. }
  14.  
  15. //--- mod2.cppmap
  16. module "mod2" {
  17. }
  18.  
  19. //--- mod3.cppmap
  20. module "mod3" {
  21. header "head18.h"
  22. }
  23.  
  24. //--- mod4.cppmap
  25. module "mod4" {
  26. }
  27.  
  28. //--- mod5.cppmap
  29. module "mod5" {
  30. }
  31.  
  32. //--- mod6.cppmap
  33. module "mod6" {
  34. }
  35.  
  36. //--- mod7.cppmap
  37. module "mod7" {
  38. }
  39.  
  40. //--- mod8.cppmap
  41. module "mod8" {
  42. header "head19.h"
  43. }
  44.  
  45. //--- mod9.cppmap
  46. module "mod9" {
  47. }
  48.  
  49. //--- mod10.cppmap
  50. module "mod10" {
  51. }
  52.  
  53. //--- mod11.cppmap
  54. module "mod11" {
  55. header "head24.h"
  56. }
  57.  
  58. //--- mod12.cppmap
  59. module "mod12" {
  60. }
  61.  
  62. //--- mod13.cppmap
  63. module "mod13" {
  64. }
  65.  
  66. //--- mod14.cppmap
  67. module "mod14" {
  68. }
  69.  
  70. //--- mod15.cppmap
  71. module "mod15" {
  72. }
  73.  
  74. //--- mod16.cppmap
  75. module "mod16" {
  76. }
  77.  
  78. //--- mod17.cppmap
  79. module "mod17" {
  80. }
  81.  
  82. //--- absl/base/config.cppmap
  83. module "//absl/base:config" {
  84. }
  85.  
  86. //--- absl/base/core_headers.cppmap
  87. module "//absl/base:core_headers" {
  88. }
  89.  
  90. //--- absl/hash/hash.cppmap
  91. module "//absl/hash:hash" {
  92. }
  93.  
  94. //--- absl/meta/type_traits.cppmap
  95. module "//absl/meta:type_traits" {
  96. }
  97.  
  98. //--- absl/strings/internal.cppmap
  99. module "//absl/strings:internal" {
  100. }
  101.  
  102. //--- absl/strings/strings.cppmap
  103. module "//absl/strings:strings" {
  104. header "absl/strings/str_join.h"
  105. header "absl/strings/str_replace.h"
  106. header "absl/strings/str_split.h"
  107. header "absl/strings/string_view.h"
  108. }
  109.  
  110. //--- mod18.cppmap
  111. module "mod18" {
  112. }
  113.  
  114. //--- stl.cppmap
  115. module "stl" {
  116. header "stl/cxx17/any"
  117. header "stl/cxx17/functional"
  118. header "stl/cxx17/queue"
  119. header "stl/cxx17/string"
  120. header "stl/cxx17/string_view"
  121. }
  122.  
  123. //--- head3.h
  124. #include "head6.h"
  125.  
  126. //--- head4.h
  127. #include "absl/time/time.h"
  128.  
  129. //--- head5.h
  130. bool Fun5(absl::string_view arg5) {
  131. absl::StrSplit(arg5, "");
  132.  
  133. //--- head6.h
  134. #include "head5.h"
  135.  
  136. //--- src.cc
  137. #include "head8.h"
  138.  
  139. //--- head7.h
  140. #include <string>
  141. #include "head1.h"
  142. #include "head15.h"
  143.  
  144. //--- head8.h
  145. #include "head7.h"
  146. #include "head23.h"
  147.  
  148. //--- head9.h
  149. #include <string>
  150. #include "head13.h"
  151. #include "head14.h"
  152.  
  153. //--- head10.h
  154. #include "head11.h"
  155.  
  156. //--- head11.h
  157. #include "head12.h"
  158.  
  159. //--- head12.h
  160. #include "absl/strings/string_view.h"
  161. void Fun12(absl::string_view arg12,
  162. std::vector<absl::string_view> var12 =
  163. absl::StrSplit(arg12, '/');
  164.  
  165. //--- head13.h
  166. #include "head10.h"
  167.  
  168. //--- head14.h
  169. #include "head3.h"
  170.  
  171. //--- head15.h
  172. #include "head2.h"
  173. #include "absl/strings/string_view.h"
  174. #include "absl/types/source_location.h"
  175. #include "absl/types/span.h"
  176. namespace nmspc15 {
  177. class Class15 {
  178. absl::string_view fun15(const Class1& path) const {
  179. }
  180. absl::Span<const SomeClass> fun15_2() const {
  181. }
  182. namespace nmspc15_2 {
  183. template <typename Class15T>
  184. std::vector<std::string> fun15_3(
  185. const Class15T& arg15,
  186. absl::SourceLocation source_location) {
  187. absl::Span<const nmspc15::SomeClass> var =
  188. arg15.fun15_2();
  189. for (const nmspc15::SomeClass& obj : var) {
  190. std::vector<absl::string_view>& lines = lines2[obj.fun2()];
  191. lines =
  192. absl::StrSplit(arg15.fun15(obj.fun2()), '\n');
  193. }
  194. }
  195. void Logfun15_2(
  196. const Class15T& arg15,
  197. absl::SourceLocation source_location = absl::SourceLocation::current()) {
  198. for (absl::string_view var15 :
  199. nmspc15_2::fun15_3(arg15,
  200. source_location)) {
  201.  
  202. //--- head16.h
  203. #include "head21.h"
  204.  
  205. //--- head17.h
  206. const std::string& fun17() const {
  207. absl::StrSplit(fun17(), '-');
  208.  
  209. //--- head18.h
  210. #include "head22.h"
  211.  
  212. //--- head19.h
  213. #include "head16.h"
  214.  
  215. //--- head20.h
  216. #include "head17.h"
  217.  
  218. //--- head21.h
  219. #include "head22.h"
  220.  
  221. //--- head22.h
  222. #include <string>
  223. #include "head4.h"
  224. #include "head20.h"
  225.  
  226. //--- head23.h
  227. std::string var23_2 = Fun23(typeid(var23).name());
  228. std::vector<absl::string_view> var23_3 = absl::StrSplit(var23_2, ":");
  229.  
  230. //--- head24.h
  231. #include "head9.h"
  232.  
  233. //--- absl/base/attributes.h
  234. #define ABSL_ATTRIBUTE_VIEW [[gsl::Pointer]]
  235.  
  236. //--- absl/meta/type_traits.h
  237. #include "absl/base/attributes.h"
  238. namespace type_traits_internal {
  239. struct VoidTImpl {
  240. template <typename... Ts>
  241. using void_t = typename type_traits_internal::VoidTImpl<Ts...>::type;
  242.  
  243. //--- absl/strings/internal/str_split_internal.h
  244. template <typename T>
  245. struct HasValueType<T, absl::void_t<typename T::value_type>> : std::true_type {
  246. };
  247. template <typename T>
  248. struct HasConstIterator<T, absl::void_t<typename T::const_iterator>>
  249. : std::true_type {};
  250. template <typename C, bool has_value_type, bool has_mapped_type>
  251. struct SplitterIsConvertibleToImpl : std::false_type {};
  252. template <typename C>
  253. struct SplitterIsConvertibleTo
  254. : SplitterIsConvertibleToImpl<
  255. C,
  256. HasValueType<C>::value && HasConstIterator<C>::value,
  257. HasMappedType<C>::value> {
  258. };
  259. template <typename StringType, typename Container, typename = void>
  260. struct ShouldUseLifetimeBound : std::false_type {};
  261. template <typename Delimiter, typename Predicate, typename StringType>
  262. class Splitter {
  263. template <
  264. typename Container,
  265. std::enable_if_t<!ShouldUseLifetimeBound<StringType, Container>::value &&
  266. SplitterIsConvertibleTo<Container>::value,
  267. std::nullptr_t> = nullptr>
  268. operator Container() const {
  269. }
  270.  
  271. //--- absl/strings/str_cat.h
  272. #include "absl/meta/type_traits.h"
  273.  
  274. //--- absl/strings/string_view.h
  275. namespace absl {
  276. class ABSL_ATTRIBUTE_VIEW string_view {
  277.  
  278. //--- absl/strings/str_join.h
  279. #include "absl/strings/str_cat.h"
  280. #include "absl/strings/string_view.h"
  281.  
  282. //--- absl/strings/str_replace.h
  283. #include <string>
  284.  
  285. //--- absl/strings/str_split.h
  286. #include "absl/strings/internal/str_split_internal.h"
  287. namespace strings_internal {
  288. template <typename Delimiter>
  289. struct SelectDelimiter {
  290. using type = Delimiter;
  291. };
  292. struct AllowEmpty {
  293. };
  294. template <typename Delimiter, typename StringType,
  295. EnableSplitIfString<StringType> = 0>
  296. strings_internal::Splitter<
  297. typename strings_internal::SelectDelimiter<Delimiter>::type, AllowEmpty,
  298. std::string>
  299. StrSplit(StringType&& text, Delimiter d) {
  300.  
  301. //--- absl/time/time.h
  302. #include "absl/strings/string_view.h"
  303.  
  304. //--- absl/types/source_location.h
  305. namespace absl {
  306. class SourceLocation {
  307. static constexpr SourceLocation current() {
  308. }
  309. };
  310.  
  311. //--- absl/types/span.h
  312. template <typename T>
  313. class ABSL_ATTRIBUTE_VIEW Span {
  314. using pointer = T*;
  315. using iterator = pointer;
  316. constexpr iterator begin() const noexcept { }
  317. constexpr iterator end() const noexcept { }
  318.  
  319. //--- libcxx/include/any
  320. # include <__config>
  321. # include <__memory/allocator_traits.h>
  322.  
  323. //--- libcxx/include/__config
  324. # define _LIBCPP_CONSTEXPR constexpr
  325. # define _LIBCPP_TEMPLATE_VIS
  326. # define _LIBCPP_TYPE_VISIBILITY_DEFAULT
  327. # define _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS
  328. # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS \
  329. namespace _LIBCPP_TYPE_VISIBILITY_DEFAULT std { \
  330. inline namespace _LIBCPP_ABI_NAMESPACE {
  331. # define _LIBCPP_END_NAMESPACE_STD }} _LIBCPP_POP_EXTENSION_DIAGNOSTICS
  332. # define _LIBCPP_NO_SPECIALIZATIONS \
  333.  
  334. //--- libcxx/include/__cstddef/nullptr_t.h
  335. _LIBCPP_BEGIN_NAMESPACE_STD
  336. using nullptr_t = decltype(nullptr);
  337.  
  338. //--- libcxx/include/functional
  339. # include <__functional/function.h>
  340. # include <__functional/boyer_moore_searcher.h>
  341.  
  342. //--- libcxx/include/__functional/boyer_moore_searcher.h
  343. #include <__iterator/iterator_traits.h>
  344. #include <__vector/vector.h>
  345.  
  346. //--- libcxx/include/__functional/function.h
  347. #include <__cstddef/nullptr_t.h>
  348.  
  349. //--- libcxx/include/__fwd/queue.h
  350. #include <__fwd/vector.h>
  351.  
  352. //--- libcxx/include/__fwd/string.h
  353. _LIBCPP_BEGIN_NAMESPACE_STD
  354. using string = basic_string<char>;
  355.  
  356. //--- libcxx/include/__fwd/vector.h
  357. _LIBCPP_BEGIN_NAMESPACE_STD
  358. template <class _Tp, class _Alloc = allocator<_Tp> >
  359. class _LIBCPP_TEMPLATE_VIS vector;
  360.  
  361. //--- libcxx/include/__iterator/iterator_traits.h
  362. _LIBCPP_END_NAMESPACE_STD
  363.  
  364. //--- libcxx/include/__memory/allocator_traits.h
  365. #include <__memory/pointer_traits.h>
  366. #include <__type_traits/enable_if.h>
  367. template <class>
  368. class allocator;
  369.  
  370. //--- libcxx/include/__memory/pointer_traits.h
  371. #include <__type_traits/integral_constant.h>
  372.  
  373. //--- libcxx/include/queue
  374. # include <__fwd/queue.h>
  375.  
  376. //--- libcxx/include/string
  377. class basic_string {
  378.  
  379. //--- libcxx/include/string_view
  380. # include <__fwd/string.h>
  381.  
  382. //--- libcxx/include/__type_traits/enable_if.h
  383. template <bool, class _Tp = void>
  384. struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS enable_if{
  385. typedef _Tp type;
  386. };
  387. template <bool _Bp, class _Tp = void>
  388. using enable_if_t = typename enable_if<_Bp, _Tp>::type;
  389.  
  390. //--- libcxx/include/__type_traits/integral_constant.h
  391. _LIBCPP_BEGIN_NAMESPACE_STD
  392. template <class _Tp, _Tp __v>
  393. struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS integral_constant {
  394. static inline _LIBCPP_CONSTEXPR const _Tp value = __v; }
  395. typedef integral_constant<bool, true> true_type;
  396. typedef integral_constant<bool, false> false_type;
  397.  
  398. //--- libcxx/include/__vector/vector.h
  399. _LIBCPP_BEGIN_NAMESPACE_STD
  400. template <class _Tp, class _Allocator >
  401. class _LIBCPP_TEMPLATE_VIS vector {
  402.  
  403. //--- stl/cxx17/any
  404. #include_next <any>
  405.  
  406. //--- stl/cxx17/functional
  407. #include_next <functional>
  408.  
  409. //--- stl/cxx17/queue
  410. #include_next <queue>
  411.  
  412. //--- stl/cxx17/string
  413. #include_next <string>
  414.  
  415. //--- stl/cxx17/string_view
  416. #include_next <string_view>
  417.  
  418. //--- Makefile
  419. .ALWAYS:
  420. src.o: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod18.pcm mod7.pcm mod8.pcm mod4.pcm mod2.pcm mod6.pcm mod3.pcm mod5.pcm mod13.pcm mod12.pcm mod11.pcm mod16.pcm mod15.pcm mod14.pcm
  421. $(CLANG) -frandom-seed=src.o -iquote . -isystem stl/cxx17 -isystem libcxx/include -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod14.pcm -fmodule-map-file=mod14.cppmap -fmodule-map-file=mod17.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c src.cc -o src.o -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  422. stl.pcm: .ALWAYS
  423. $(CLANG) -frandom-seed=stl.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=stl -fmodule-map-file=stl.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -std=gnu++20 -nostdinc++ -nostdlib++ -c stl.cppmap -o stl.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  424. config.pcm: .ALWAYS stl.pcm
  425. $(CLANG) -frandom-seed=config.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=//absl/base:config -fmodule-map-file=absl/base/config.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=stl.pcm -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c absl/base/config.cppmap -o config.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  426. core_headers.pcm: .ALWAYS stl.pcm config.pcm
  427. $(CLANG) -frandom-seed=core_headers.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=//absl/base:core_headers -fmodule-map-file=absl/base/core_headers.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=config.pcm -fmodule-map-file=absl/base/config.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c absl/base/core_headers.cppmap -o core_headers.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  428. type_traits.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm
  429. $(CLANG) -frandom-seed=type_traits.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=//absl/meta:type_traits -fmodule-map-file=absl/meta/type_traits.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=core_headers.pcm -fmodule-map-file=absl/base/config.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c absl/meta/type_traits.cppmap -o type_traits.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  430. internal.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm
  431. $(CLANG) -frandom-seed=internal.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=//absl/strings:internal -fmodule-map-file=absl/strings/internal.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=type_traits.pcm -fmodule-map-file=absl/base/config.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=absl/meta/type_traits.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c absl/strings/internal.cppmap -o internal.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  432. strings.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm
  433. $(CLANG) -frandom-seed=strings.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=//absl/strings:strings -fmodule-map-file=absl/strings/strings.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=internal.pcm -fmodule-map-file=absl/strings/internal.cppmap -fmodule-map-file=absl/base/config.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=absl/meta/type_traits.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c absl/strings/strings.cppmap -o strings.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  434. hash.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm
  435. $(CLANG) -frandom-seed=hash.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=//absl/hash:hash -fmodule-map-file=absl/hash/hash.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=strings.pcm -fmodule-map-file=absl/base/config.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=absl/meta/type_traits.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c absl/hash/hash.cppmap -o hash.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  436. mod17.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm
  437. $(CLANG) -frandom-seed=mod17.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod17 -fmodule-map-file=mod17.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=strings.pcm -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod17.cppmap -o mod17.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  438. mod9.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm
  439. $(CLANG) -frandom-seed=mod9.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod9 -fmodule-map-file=mod9.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod17.pcm -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod9.cppmap -o mod9.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  440. mod10.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm
  441. $(CLANG) -frandom-seed=mod10.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod10 -fmodule-map-file=mod10.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod9.pcm -fmodule-map-file=mod9.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=absl/hash/hash.cppmap -fmodule-map-file=absl/meta/type_traits.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod10.cppmap -o mod10.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  442. mod1.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm
  443. $(CLANG) -frandom-seed=mod1.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod1 -fmodule-map-file=mod1.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod10.pcm -fmodule-map-file=mod10.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod1.cppmap -o mod1.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  444. mod18.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm
  445. $(CLANG) -frandom-seed=mod18.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod18 -fmodule-map-file=mod18.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=hash.pcm -fmodule-map-file=absl/base/config.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=absl/hash/hash.cppmap -fmodule-map-file=absl/meta/type_traits.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod18.cppmap -o mod18.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  446. mod7.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm
  447. $(CLANG) -frandom-seed=mod7.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod7 -fmodule-map-file=mod7.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod1.pcm -fmodule-map-file=mod1.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod7.cppmap -o mod7.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  448. mod8.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod18.pcm
  449. $(CLANG) -frandom-seed=mod8.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod8 -fmodule-map-file=mod8.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod18.pcm -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod8.cppmap -o mod8.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  450. mod4.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod18.pcm mod7.pcm mod8.pcm
  451. $(CLANG) -frandom-seed=mod4.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod4 -fmodule-map-file=mod4.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod7.pcm -Xclang=-fmodule-file=mod8.pcm -fmodule-map-file=mod7.cppmap -fmodule-map-file=mod8.cppmap -fmodule-map-file=mod17.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=absl/meta/type_traits.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod4.cppmap -o mod4.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  452. mod2.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod18.pcm mod7.pcm mod8.pcm mod4.pcm
  453. $(CLANG) -frandom-seed=mod2.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod2 -fmodule-map-file=mod2.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod4.pcm -fmodule-map-file=mod4.cppmap -fmodule-map-file=mod7.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod2.cppmap -o mod2.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  454. mod6.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod18.pcm mod7.pcm mod8.pcm mod4.pcm mod2.pcm
  455. $(CLANG) -frandom-seed=mod6.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod6 -fmodule-map-file=mod6.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod2.pcm -fmodule-map-file=mod2.cppmap -fmodule-map-file=mod10.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod6.cppmap -o mod6.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  456. mod3.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod7.pcm
  457. $(CLANG) -frandom-seed=mod3.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod3 -fmodule-map-file=mod3.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod7.pcm -fmodule-map-file=mod7.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod3.cppmap -o mod3.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  458. mod5.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod18.pcm mod7.pcm mod8.pcm mod4.pcm mod2.pcm mod6.pcm mod3.pcm
  459. $(CLANG) -frandom-seed=mod5.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod5 -fmodule-map-file=mod5.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod6.pcm -Xclang=-fmodule-file=mod3.pcm -fmodule-map-file=mod2.cppmap -fmodule-map-file=mod4.cppmap -fmodule-map-file=mod6.cppmap -fmodule-map-file=mod7.cppmap -fmodule-map-file=mod3.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod5.cppmap -o mod5.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  460. mod13.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod18.pcm mod7.pcm mod8.pcm mod4.pcm mod2.pcm mod6.pcm mod3.pcm mod5.pcm
  461. $(CLANG) -frandom-seed=mod13.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod13 -fmodule-map-file=mod13.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod5.pcm -fmodule-map-file=mod10.cppmap -fmodule-map-file=mod5.cppmap -fmodule-map-file=mod17.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod13.cppmap -o mod13.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  462. mod12.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod18.pcm mod7.pcm mod8.pcm mod4.pcm mod2.pcm mod6.pcm mod3.pcm mod5.pcm mod13.pcm
  463. $(CLANG) -frandom-seed=mod12.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod12 -fmodule-map-file=mod12.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod13.pcm -fmodule-map-file=mod13.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod12.cppmap -o mod12.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  464. mod11.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod18.pcm mod7.pcm mod8.pcm mod4.pcm mod2.pcm mod6.pcm mod3.pcm mod5.pcm mod13.pcm mod12.pcm
  465. $(CLANG) -frandom-seed=mod11.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod11 -fmodule-map-file=mod11.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod12.pcm -fmodule-map-file=mod12.cppmap -fmodule-map-file=mod13.cppmap -fmodule-map-file=mod5.cppmap -fmodule-map-file=mod17.cppmap -fmodule-map-file=absl/base/core_headers.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod11.cppmap -o mod11.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  466. mod16.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod18.pcm mod7.pcm mod8.pcm mod4.pcm mod2.pcm mod6.pcm mod3.pcm mod5.pcm mod13.pcm mod12.pcm mod11.pcm
  467. $(CLANG) -frandom-seed=mod16.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod16 -fmodule-map-file=mod16.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod11.pcm -fmodule-map-file=mod11.cppmap -fmodule-map-file=mod13.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod16.cppmap -o mod16.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  468. mod15.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod18.pcm mod7.pcm mod8.pcm mod4.pcm mod2.pcm mod6.pcm mod3.pcm mod5.pcm mod13.pcm mod12.pcm mod11.pcm mod16.pcm
  469. $(CLANG) -frandom-seed=mod15.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod15 -fmodule-map-file=mod15.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod16.pcm -fmodule-map-file=mod11.cppmap -fmodule-map-file=mod13.cppmap -fmodule-map-file=mod16.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod15.cppmap -o mod15.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  470. mod14.pcm: .ALWAYS stl.pcm config.pcm core_headers.pcm type_traits.pcm internal.pcm strings.pcm hash.pcm mod17.pcm mod9.pcm mod10.pcm mod1.pcm mod18.pcm mod7.pcm mod8.pcm mod4.pcm mod2.pcm mod6.pcm mod3.pcm mod5.pcm mod13.pcm mod12.pcm mod11.pcm mod16.pcm mod15.pcm
  471. $(CLANG) -frandom-seed=mod14.pcm -iquote . -isystem stl/cxx17 -isystem libcxx/include -fmodule-name=mod14 -fmodule-map-file=mod14.cppmap -Xclang=-fno-cxx-modules -Xclang=-fmodule-map-file-home-is-cwd -xc++ -Xclang=-emit-module -fmodules -fno-implicit-modules -fno-implicit-module-maps -Xclang=-fmodule-file=mod15.pcm -fmodule-map-file=mod11.cppmap -fmodule-map-file=mod13.cppmap -fmodule-map-file=mod15.cppmap -fmodule-map-file=absl/strings/strings.cppmap -fmodule-map-file=stl.cppmap -std=gnu++20 -nostdinc++ -nostdlib++ -c mod14.cppmap -o mod14.pcm -Xclang -fallow-pcm-with-compiler-errors -ferror-limit=0
  472. .PHONY: clean
  473. clean:
  474. find . \( -name '*.pcm' -o -name '*.o' \) -delete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement